import { type Formatter } from './formatter.types'; export declare const useLocalizedFormatter: () => Formatter;