import React from "react"; import type { InputTimeProps } from "./InputTime.types"; export declare function InputTime({ value, onChange, readOnly, autoComplete, inputRef, step, ...props }: InputTimeProps): React.JSX.Element;