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