import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const Eraser: m.Component<SVGAttributes>;
export default Eraser;
