export declare const NAMED_NUMERIC_FORMATS: Record; export declare function resolveNamedNumericFormat(value: string): string | undefined; /** * Maps standard/base format names to their default d3-format specifiers. * Used by resolveFormatDescription to produce FormatDescription for * formats that pass through as bare strings (percent, currency, number) * as well as named formats resolved from NAMED_NUMERIC_FORMATS. */ export declare const STANDARD_FORMAT_SPECIFIERS: Record; export declare const DEFAULT_FORMAT_SPECIFIER: { name: string; specifier: string; }; //# sourceMappingURL=named-numeric-formats.d.ts.map