/// interface Props { icon: string; style?: string | number; } export declare function TIcon(props: Props): JSX.Element; export {};