import { CustomTimePickerProps } from './types'; /** * TimePicker that handles `required` fields properly. */ export declare const TimePicker: (props: CustomTimePickerProps) => import("react/jsx-runtime").JSX.Element;