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