import React from 'react';
import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
export declare type IAntdIconProps = IconComponentProps & {
ref?: React.Ref<HTMLSpanElement>;
};
export default function (props: Omit<IAntdIconProps, 'component | type'>): React.JSX.Element;