/// import type { IDatePickerOptions } from './interface'; /** * h5端 年月日-日历选择格式 */ export declare function Calendar(props: IDatePickerOptions): JSX.Element;