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