import { SelectValueType } from '../../types'; /** * Returns whether a given value is included in, or equal to, the current selection * @param value the option value to check */ export declare const isValueCurrentSelection: (value: string, selection: SelectValueType | null) => boolean; //# sourceMappingURL=isValueCurrentSelection.d.ts.map