export declare const formatters: { date: { YEAR: string; BIRTHDAY: string; BIRTHDAY_WITH_FRACTION: string; MONTH: string; RELATIVE: string; RELATIVE_SHORT: string; ABSOLUTE_DATE: string; ABSOLUTE_DATETIME: string; WEEK_DAY_LONG: string; WEEK_DAY_SHORT: string; TIME: string; ISO: string; NO_FORMATTING: null; }; number: { NONE: string; COMMAS: string; ABBREVIATED: string; CURRENCY: string; ABBREVIATED_CURRENCY: string; }; }; export declare const formatterOptions: { dateTime: (string | { label: string; subtitle: string; value: string; } | { label: string; subtitle: string; value: null; })[]; number: (string | { label: string; subtitle: string; value: string; })[]; };