import { FC } from 'react'; interface PillProps { title: string; } export declare const Pill: FC; export {};