import { FC } from 'react'; import { IChip } from './interfaces'; import './FeChip.scss'; export declare const FeChip: FC;