import { FC } from 'react'; import { PillProps } from './Pills.types'; export declare const Pill: FC;