/// export type { TimePickerProps } from './types'; declare const _default: import("../config-provider/types").ConfiguredComponentClass> & Readonly & { momentLocale?: string | undefined; }; size: string; format: string; hasClear: boolean; disabled: boolean; popupAlign: string; popupTriggerType: string; onChange: () => void; onVisibleChange: () => void; }, never>>; onValueChange(newValue: import("moment").Moment | null): void; onClearValue: () => void; onInputChange: (inputValue: string, e?: import("react").SyntheticEvent | undefined, eventType?: string | undefined) => void; onInputBlur: () => void; onKeyown: (e: import("react").KeyboardEvent) => void; onTimePanelSelect: (value: import("moment").Moment) => void; onVisibleChange: (visible: boolean, type: string) => void; renderPreview(others: import("react").HTMLAttributes): import("react").JSX.Element; render(): import("react").JSX.Element; context: any; setState(state: import("./types").TimePickerState | ((prevState: Readonly, props: Readonly) => import("./types").TimePickerState | Pick | null) | Pick | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; state: Readonly; refs: { [key: string]: import("react").ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any; componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; }, {}>; export default _default;