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