import { UseComboboxStateChange } from 'downshift';
import { Organization } from '../../../lib/types/types';
export declare const handleStateChange: (changes: UseComboboxStateChange<Organization>, onChange: Function, openOrgSearchEnabled: boolean) => void;