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