/// import type { SelectProps } from "."; export declare const useSelect: ({ value, onValueChange, defaultValue, options, }: Pick) => { handleOnValChange: (val: string) => void; isFilled: boolean; triggerRef: import("react").RefObject; selectedOption: import(".").SelectItem | undefined; contentRef: ((newValue: HTMLDivElement | null) => void) & { current: HTMLDivElement | null; readonly living: HTMLDivElement | null; }; }; //# sourceMappingURL=use-select.d.ts.map