import { FC } from 'react'; import { IconInterface } from './icon.types'; export declare const Icon: FC;