import { TdRangeInputPopupProps } from '../range-input/type'; import { PropType } from 'vue'; declare const _default: { autoWidth: BooleanConstructor; disabled: { type: PropType; default: any; }; inputValue: { type: PropType; default: TdRangeInputPopupProps["inputValue"]; }; defaultInputValue: { type: PropType; }; label: { type: PropType; }; panel: { type: PropType; }; popupProps: { type: PropType; }; popupVisible: BooleanConstructor; rangeInputProps: { type: PropType; }; readonly: { type: BooleanConstructor; default: any; }; status: { type: PropType; default: TdRangeInputPopupProps["status"]; validator(val: TdRangeInputPopupProps["status"]): boolean; }; tips: { type: PropType; }; onInputChange: PropType; onPopupVisibleChange: PropType; }; export default _default;