import type { CSSProperties } from 'react'; export default function Icon(props: { name: string; size?: number; color?: string; className?: string; style?: CSSProperties; }): JSX.Element;