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