/// export declare function t(str: string): string | JSX.Element; export declare type TFunc = (str: string | JSX.Element) => string | JSX.Element;