/// import type { IPureTime } from './interface'; /** * 时间组件,h5 端受控 */ export declare function TimeH5(props: IPureTime): JSX.Element;