/// export declare const IconFont: import("react").FC>; interface Props { style?: React.CSSProperties; type: string; color?: string; [key: string]: any; } export declare function Icon(props: Props): JSX.Element; export {};