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