import { FC } from "react"; export interface IIconProps { className?: string; name?: string; } export declare const Icon: FC;