export declare const formatNumberWithThousandSeparator: (value: string | number, skip?: boolean) => string;
