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