import { TimeInputUIProps } from '../../types/types';
export declare const TimeInputUI: import('react').ForwardRefExoticComponent<Omit<TimeInputUIProps, "ref"> & import('react').RefAttributes<HTMLInputElement>>;
