import type { ILocale } from './types'; export declare const useLocale: () => ILocale;