import type { MultiSelectProps, MultiSelectState } from '../../types';
/**
 * Pulled directly from the following library and augmented for our needs:
 *
 * https://github.com/so99ynoodles/headless-react/blob/main/packages/select/src/hooks/useMultiSelectState.tsx
 */
export declare function useMultiSelectState<T extends object>(props: MultiSelectProps<T>): MultiSelectState<T>;
//# sourceMappingURL=useMultiSelectState.d.ts.map