type PillProps = { title?: string; onClick: () => void; className?: string; style?: React.CSSProperties; }; export declare const Pill: React.FC; export {};