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