import { FC } from 'react'; export declare const Icon: FC<{ icon: string; size?: number; padding?: number; prefix?: string; color?: string; spin?: boolean; }>;