declare const getMargin: (num: number) => string;

export { getMargin };
