export interface Translate { (key: string, placeholders?: { [key: string]: Placeholder | string | number; }): Placeholder extends string | number ? string : JSX.Element; } export declare function useLocalize(): import("@watching/clips").LocalizeApi; export declare function useLocale(): string; export declare function useTranslate(): Translate; //# sourceMappingURL=localize.d.ts.map