/// import type { IDatePickerOptions } from './interface'; /** * h5端 时分秒 */ export declare function TimePicker(props: IDatePickerOptions): JSX.Element;