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