export declare const NUMBER_FORMATS: { decimal: { style: "decimal"; }; }; export type NumberFormat = keyof typeof NUMBER_FORMATS;