import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const UndoTwoTone: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default UndoTwoTone;
