import type { useTranslate } from "../../../hooks/i18n";
export declare const safeTranslate: (translate: ReturnType<typeof useTranslate>, key: string, defaultMessage?: string, options?: any) => string;
//# sourceMappingURL=index.d.ts.map