/// interface IconProps { icon: React.FunctionComponent>; alt: string; className?: any; } declare const Icon: import("react").MemoExoticComponent<(props: IconProps) => JSX.Element>; export default Icon;