import React from "react"; import type { InputTimeProps } from "./InputTime.types"; export declare function InputTime({ defaultValue, value, onChange, ...params }: InputTimeProps): React.JSX.Element;