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