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