import { type FormatterFunction } from '../formatter.types'; export declare const createDefaultCurrencyFormatter: (locale: string) => FormatterFunction;