import * as React from 'react';
import type { CnIconProps } from './types';
/**
 * @deprecated
 * 建议使用 CnIcon
 */
export declare class Icon extends React.Component<CnIconProps, any> {
    static defaultProps: {
        size: string;
    };
    static _typeMark: string;
    render(): React.JSX.Element;
}
