import { type TimeValue } from "react-aria-components"; import type { TimeFieldProps } from "./types"; export declare function TimeField(props: TimeFieldProps): JSX.Element;