import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type FolderOutlinedProps = FunctionalComponent; declare const FolderOutlined: FolderOutlinedProps; export default FolderOutlined;