import { type BaseControlConfig, type Control, type ControlEvents } from './create-control'; export declare const usePickerControl: () => Control; export declare const useOnPickerValueChangedEffect: (control: ControlT, effect: ControlEvents["onValueChanged"]) => void; export declare const useOnPickerValueChangingEffect: (control: ControlT, effect: ControlEvents["onValueChanging"]) => void; //# sourceMappingURL=usePickerControl.d.ts.map