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