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