import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const EarFill: React.FC<IconBaseProps>;
export default EarFill;
