export declare const useLocale: <T extends string>(name?: string) => (keyPath: T, ...args: unknown[]) => any;
