import { TimePickerContextType } from './time-picker.context';
export declare const useTimePickerContext: () => TimePickerContextType;
