export declare const formatCurrency: (value: string) => string; export declare const formatPercentage: (value: string) => string;