export declare const formatCurrency: (value: string, locale: string, minValue?: number) => string;
export declare const formatPercentage: (percentage: number, noSign?: boolean, language?: string, maximumFractionDigits?: number) => string;
