import type { TimePickerProps } from './types'; export declare function TimePicker(props: TimePickerProps): React.ReactElement | null;