import { Locale } from "./types/locale"; import { NumberFormat } from "./types/numberFormat"; import { NumberFormatIntl } from "./types/numberFormatIntl"; export declare function createNumberFormat(options?: Partial, locale?: Locale): NumberFormatIntl;