///
import type { ColumnOrValueComboBoxProps } from './ColumnOrValueComboBox.types.js';
/**
* ComboBox that allows the user to either input a freeform value or select a column.
* We frequently have operations where a comparison may be to a fixed value, or should
* be dependent on per-row column values.
*/
export declare const ColumnOrValueComboBox: React.FC;