import type { NumberFormat } from './formatter.js'; export type NumberCellFormat = { type: NumberFormat; label: string; symbol: string; }; export declare const numberFormats: NumberCellFormat[]; //# sourceMappingURL=formats.d.ts.map