export declare const DateFormatList: { label: string; suffix: string; }[]; export declare const ThousandsSeparatorFormatList: ({ label: string; suffix: string; color?: undefined; } | { label: string; suffix: string; color: string; })[]; export declare const CurrencyFormatList: ({ label: (suffix: string) => string; suffix: (suffix: string) => string; color?: undefined; } | { label: (suffix: string) => string; suffix: (suffix: string) => string; color: string; })[]; export declare const currencySymbols: string[]; export declare const SHEET_PIVOT_PANEL_SOURCE_RANGE = "sheet.pivot-panel-source-range";