export declare function useT(): (str: string) => string;
export declare function tStr(key: string): string;
