export type SelectionCriteriaPillProps = {
    readonly key: string;
    readonly innerText: string;
    readonly tooltipText: string;
    readonly onRemoveFilter: () => void;
};
/**
 * Renders a pill or chicklet to represent a Synapse Table Query filter/selection criterion.
 * @param props
 * @constructor
 */
declare function SelectionCriteriaPill(props: SelectionCriteriaPillProps): import("react/jsx-runtime").JSX.Element;
export default SelectionCriteriaPill;
//# sourceMappingURL=SelectionCriteriaPill.d.ts.map