///
import { IDatepicker } from '../components/Datepicker/types';
declare const useTimeBar: () => {
time: {
from: {
hour: string;
minute: string;
clockType: IDatepicker.ClockType;
};
to: {
hour: string;
minute: string;
clockType: IDatepicker.ClockType;
};
};
setTime: import("react").Dispatch>;
};
export { useTimeBar };