import { LookupCallColumnModel } from '../../index';
export interface LookupColumnModel<TValue> extends LookupCallColumnModel<TValue[], TValue> {
    /**
     * Whether the same value can be selected in multiple rows or not.
     *
     * Default is `false`.
     */
    distinct?: boolean;
}
//# sourceMappingURL=LookupColumnModel.d.ts.map