import { Dayjs } from "dayjs"; import * as React from "react"; import { PickerTimeProps } from "antd/lib/date-picker/generatePicker"; export declare type TimePickerProps = Omit, "picker">; declare const TimePicker: React.ForwardRefExoticComponent, "onChange" | "picker" | "prefixCls" | "className" | "style" | "mode" | "tabIndex" | "value" | "defaultValue" | "defaultPickerValue" | "disabledDate" | "dateRender" | "monthCellRender" | "renderExtraFooter" | "onSelect" | "onPanelChange" | "onMouseDown" | "onOk" | "direction" | "format" | "showNow" | "showHour" | "showMinute" | "showSecond" | "use12Hours" | "hourStep" | "minuteStep" | "secondStep" | "hideDisabledOptions" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "defaultOpenValue" | "dropdownClassName" | "dropdownAlign" | "popupStyle" | "transitionName" | "placeholder" | "allowClear" | "autoFocus" | "disabled" | "open" | "defaultOpen" | "inputReadOnly" | "id" | "suffixIcon" | "clearIcon" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "getPopupContainer" | "panelRender" | "onOpenChange" | "onFocus" | "onBlur" | "onMouseUp" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onContextMenu" | "onKeyDown" | "pickerRef" | "role" | "name" | "autoComplete" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext"> & { locale?: import("antd/lib/date-picker/generatePicker").PickerLocale | undefined; size?: import("antd/lib/button").ButtonSize; bordered?: boolean | undefined; }, "locale" | "onChange" | "prefixCls" | "className" | "style" | "mode" | "tabIndex" | "value" | "defaultValue" | "defaultPickerValue" | "disabledDate" | "dateRender" | "monthCellRender" | "renderExtraFooter" | "onSelect" | "onPanelChange" | "onMouseDown" | "onOk" | "direction" | "format" | "showNow" | "showHour" | "showMinute" | "showSecond" | "use12Hours" | "hourStep" | "minuteStep" | "secondStep" | "hideDisabledOptions" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "defaultOpenValue" | "dropdownClassName" | "dropdownAlign" | "popupStyle" | "transitionName" | "placeholder" | "allowClear" | "autoFocus" | "disabled" | "open" | "defaultOpen" | "inputReadOnly" | "id" | "suffixIcon" | "clearIcon" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "getPopupContainer" | "panelRender" | "onOpenChange" | "onFocus" | "onBlur" | "onMouseUp" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onContextMenu" | "onKeyDown" | "pickerRef" | "role" | "name" | "autoComplete" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "size" | "bordered"> & React.RefAttributes>; export default TimePicker;