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