import { TimeInputProps } from './time-input.types'; /** * TimeInput * ============================================================ * allows entering a time in the currently selected locale */ export declare const TimeInput: { (props: TimeInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; };