export interface WmePillProps {
    active?: boolean;
    label: string;
    onClick: (target: string, active: boolean) => void;
}
export default function Pill(props: WmePillProps): JSX.Element;
//# sourceMappingURL=pill.d.ts.map