import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type UndoOutlinedProps = FunctionalComponent; export declare const UndoOutlined: UndoOutlinedProps;