import { IPickerWithActionProps, ITimeProps } from './types'; declare const TimePicker: ({ defaultValue, onApply, onCancel, onChange, size, value, ...otherProps }: ITimeProps & IPickerWithActionProps) => import("react/jsx-runtime").JSX.Element; export default TimePicker;