import type { FC } from 'react'; import type { ForwardProps } from '../../../../types'; import type DurationInputProps from './DurationInput.types'; type TimeProps = DurationInputProps & ForwardProps; declare const Time: FC; export default Time; //# sourceMappingURL=Time.d.ts.map