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