/// import { SelectProps } from "antd"; //#region src/components/booking/materiels/startTime/index.d.ts interface StartTimeProps extends SelectProps { locale?: string; slice?: number; selectProps?: SelectProps; timeObjChange?: any; } declare const StartTime: (props: StartTimeProps) => JSX.Element; //#endregion export { StartTime };