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