import type { FC } from 'react'; import type { TimeDefaultValueProps } from './type'; import './index.less'; declare const TimeDefaultValue: FC; export default TimeDefaultValue;