import { _TProps } from "fenextjs-interface"; export interface use_TProps extends _TProps { } export declare const use_T: ({ _t: _tProps, useT }: use_TProps) => { _t: (message: any) => any; };