export declare const truncatedValue: (value: string, maxDecimals: number, locale?: string) => string;
