import { StyledTimePickerProps } from './types'; import { PopupState } from '../../../hooks/usePopupState'; import { ChangeEvent } from 'react'; export declare const TimePickerInput: React.FC) => void; isValidTime: boolean; isValidEndTime: boolean; localValue: string; }>;