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