export default function EarBig(props: {
    color?: string;
}): JSX.Element;
