import React from 'react'; import { FormItemProps, Rule } from 'antd/lib/form'; import { RangePickerProps } from 'antd/lib/date-picker'; import { FinFormItemContextProps } from '../context/FinFormItemContext'; export declare type FinRangePickerProps = RangePickerProps & FormItemProps & { id: string; title: FormItemProps['label']; view: boolean; formItemLayout: FinFormItemContextProps; rules: Rule[]; }; export declare const RangePicker: (props: Partial, "disabled" | "open" | "style" | "separator" | "name" | "direction" | "onChange" | "prefixCls" | "className" | "onClick" | "mode" | "value" | "defaultValue" | "allowClear" | "clearIcon" | "defaultOpen" | "dropdownClassName" | "dropdownAlign" | "transitionName" | "getPopupContainer" | "autoFocus" | "placeholder" | "tabIndex" | "onBlur" | "onFocus" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "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" | "suffixIcon" | "role" | "onContextMenu" | "onMouseUp" | "disabledDate" | "dateRender" | "monthCellRender" | "picker" | "defaultPickerValue" | "renderExtraFooter" | "onPanelChange" | "onOk" | "disabledTime" | "format" | "popupStyle" | "inputReadOnly" | "onOpenChange" | "pickerRef" | "ranges" | "allowEmpty" | "onCalendarChange"> & { locale?: { lang: { locale: string; monthBeforeYear?: boolean; yearFormat: string; monthFormat?: string; today: string; now: string; backToToday: string; ok: string; timeSelect: string; dateSelect: string; weekSelect?: string; clear: string; month: string; year: string; previousMonth: string; nextMonth: string; monthSelect: string; yearSelect: string; decadeSelect: string; dayFormat: string; dateFormat: string; dateTimeFormat: string; previousYear: string; nextYear: string; previousDecade: string; nextDecade: string; previousCentury: string; nextCentury: string; shortWeekDays?: string[]; shortMonths?: string[]; placeholder: string; yearPlaceholder: string; monthPlaceholder: string; weekPlaceholder: string; rangePlaceholder: string[]; rangeYearPlaceholder: string[]; rangeMonthPlaceholder: string[]; rangeWeekPlaceholder: string[]; }; timePickerLocale: { placeholder: string; rangePlaceholder: string[]; }; }; size?: import("antd/lib/button").ButtonSize; bordered?: boolean; } & FormItemProps & { id: string; title: React.ReactNode; view: boolean; formItemLayout: FinFormItemContextProps; rules: Rule[]; }> | Partial, "disabled" | "open" | "style" | "separator" | "name" | "direction" | "onChange" | "prefixCls" | "className" | "onClick" | "mode" | "value" | "defaultValue" | "allowClear" | "clearIcon" | "defaultOpen" | "dropdownClassName" | "dropdownAlign" | "transitionName" | "getPopupContainer" | "autoFocus" | "placeholder" | "tabIndex" | "onBlur" | "onFocus" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "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" | "suffixIcon" | "role" | "onContextMenu" | "onMouseUp" | "disabledDate" | "dateRender" | "monthCellRender" | "picker" | "defaultPickerValue" | "renderExtraFooter" | "onPanelChange" | "onOk" | "showTime" | "disabledTime" | "format" | "popupStyle" | "inputReadOnly" | "onOpenChange" | "pickerRef" | "ranges" | "allowEmpty" | "onCalendarChange"> & { locale?: { lang: { locale: string; monthBeforeYear?: boolean; yearFormat: string; monthFormat?: string; today: string; now: string; backToToday: string; ok: string; timeSelect: string; dateSelect: string; weekSelect?: string; clear: string; month: string; year: string; previousMonth: string; nextMonth: string; monthSelect: string; yearSelect: string; decadeSelect: string; dayFormat: string; dateFormat: string; dateTimeFormat: string; previousYear: string; nextYear: string; previousDecade: string; nextDecade: string; previousCentury: string; nextCentury: string; shortWeekDays?: string[]; shortMonths?: string[]; placeholder: string; yearPlaceholder: string; monthPlaceholder: string; weekPlaceholder: string; rangePlaceholder: string[]; rangeYearPlaceholder: string[]; rangeMonthPlaceholder: string[]; rangeWeekPlaceholder: string[]; }; timePickerLocale: { placeholder: string; rangePlaceholder: string[]; }; }; size?: import("antd/lib/button").ButtonSize; bordered?: boolean; } & FormItemProps & { id: string; title: React.ReactNode; view: boolean; formItemLayout: FinFormItemContextProps; rules: Rule[]; }> | Partial, "disabled" | "open" | "style" | "separator" | "name" | "direction" | "onChange" | "prefixCls" | "className" | "onClick" | "mode" | "value" | "defaultValue" | "allowClear" | "clearIcon" | "defaultOpen" | "dropdownClassName" | "dropdownAlign" | "transitionName" | "getPopupContainer" | "autoFocus" | "placeholder" | "tabIndex" | "onBlur" | "onFocus" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "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" | "suffixIcon" | "role" | "onContextMenu" | "onMouseUp" | "disabledDate" | "dateRender" | "monthCellRender" | "picker" | "defaultPickerValue" | "renderExtraFooter" | "onPanelChange" | "onOk" | "disabledTime" | "format" | "showHour" | "showMinute" | "showSecond" | "use12Hours" | "hourStep" | "minuteStep" | "secondStep" | "hideDisabledOptions" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "popupStyle" | "inputReadOnly" | "onOpenChange" | "pickerRef" | "defaultOpenValue" | "ranges" | "allowEmpty" | "onCalendarChange"> & { locale?: { lang: { locale: string; monthBeforeYear?: boolean; yearFormat: string; monthFormat?: string; today: string; now: string; backToToday: string; ok: string; timeSelect: string; dateSelect: string; weekSelect?: string; clear: string; month: string; year: string; previousMonth: string; nextMonth: string; monthSelect: string; yearSelect: string; decadeSelect: string; dayFormat: string; dateFormat: string; dateTimeFormat: string; previousYear: string; nextYear: string; previousDecade: string; nextDecade: string; previousCentury: string; nextCentury: string; shortWeekDays?: string[]; shortMonths?: string[]; placeholder: string; yearPlaceholder: string; monthPlaceholder: string; weekPlaceholder: string; rangePlaceholder: string[]; rangeYearPlaceholder: string[]; rangeMonthPlaceholder: string[]; rangeWeekPlaceholder: string[]; }; timePickerLocale: { placeholder: string; rangePlaceholder: string[]; }; }; size?: import("antd/lib/button").ButtonSize; bordered?: boolean; } & FormItemProps & { id: string; title: React.ReactNode; view: boolean; formItemLayout: FinFormItemContextProps; rules: Rule[]; }>) => JSX.Element;