import { IconProps } from 'a-base-icon/lib/icon'; declare function HomeOutlined(componentProps: IconProps): JSX.Element; declare namespace HomeOutlined { var displayName: string; } export default HomeOutlined;