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