import React from 'react'; import { TProps } from './types'; export declare const T: (props: TProps) => React.ReactElement;