import createFromIconfontCN from './icon-font';
import Icon from './icon';
import type { IconProps, IconOptions } from './types';
export type { IconProps, IconOptions };
declare const _default: import("../config-provider/types").ConfiguredComponentClass<IconProps & import("../config-provider/types").ComponentCommonProps, Icon, {}> & {
    _typeMark: string;
    createFromIconfontCN: typeof createFromIconfontCN;
};
export default _default;
