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