export interface IPillProps {
    onClick: (label?: string, value?: string) => void;
    clearAll?: boolean;
    value?: string;
    field?: string;
}
export declare const Pill: (props: IPillProps) => JSX.Element;
//# sourceMappingURL=Pill.d.ts.map