import React from 'react'; import { AriaTimeFieldProps, TimeValue } from '@react-aria/datepicker'; type TimeInputProps = Omit, 'label' | 'shouldForceLeadingZeros' | 'description' | 'errorMessage'>; /** * This component is based on the `div` element and supports all of its props. */ declare const TimeInput: React.ForwardRefExoticComponent>; export { TimeInput };