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