/// import type { IDatePicker } from './interface'; /** * 年-月-日 时:分:秒 选择器 */ export declare function DatePicker(props?: IDatePicker): JSX.Element;