export declare const convertToRemString: (value: number) => string; export declare const convertToAbbreviationString: (num: number) => string;