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