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