import { SelectState } from './use-select-state.svelte.js'; export type UseSelectProps = { isDisabled?: () => boolean | undefined; state: SelectState; }; export declare const useSelect: ({ isDisabled, state }: UseSelectProps) => void; //# sourceMappingURL=use-select.d.ts.map