import React from 'react'; export declare const Icon: React.ForwardRefExoticComponent<{ size?: string | string[]; style?: React.CSSProperties; className?: string; spin?: boolean; } & Omit, keyof { size?: string | string[]; style?: React.CSSProperties; className?: string; spin?: boolean; }> & { children?: React.ReactNode; } & React.RefAttributes>;