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