/// <reference types="react" />
declare const Icon: import("react").FC<import("@ant-design/icons/lib/components/IconFont").IconFontProps<string>>;
export default Icon;
