/// type Props = { size?: number | string; color?: string; }; declare function USDT({ size, color }: Props): JSX.Element; declare namespace USDT { var DefaultColor: string; } export default USDT;