export declare const LabelHelper: () => { formatCurrency: () => { abbreviated: (value: number) => string; }; formatDate: () => { abbreviated: (label: string) => string; joinYear: (label: string) => string; }; };