import { IconProps } from '../lib';
declare function Eraser(props: IconProps): JSX.Element;
export default Eraser;
