import React from "react"; import type { InputTimeLegacyProps, InputTimeRebuiltProps } from "./InputTime.types"; export type InputTimeShimProps = InputTimeLegacyProps | InputTimeRebuiltProps; export declare function InputTime(props: InputTimeShimProps): React.JSX.Element;