import type { Dispatch, SetStateAction } from 'react'; declare const usePickerButton: (onClose?: () => void) => [boolean, Dispatch>, HTMLElement | null, (instance: HTMLElement | null) => void, HTMLElement | null, (instance: HTMLElement | null) => void]; export default usePickerButton; //# sourceMappingURL=usePickerButton.d.ts.map