import type { PropType, CSSProperties } from 'vue'; import type { SizeType } from 'ant-design-vue/es/config-provider'; import type { TooltipPlacement } from 'ant-design-vue/es/tooltip/Tooltip'; import type { ProTableProps } from '../ele-pro-table/types'; import type { ValueType } from '../ele-basic-select/types'; import type { InitValueType } from './types'; declare const _default: { value: PropType; multiple: BooleanConstructor; disabled: BooleanConstructor; size: PropType; allowClear: BooleanConstructor; placeholder: StringConstructor; id: StringConstructor; valueKey: { type: StringConstructor; default: string; }; labelKey: { type: StringConstructor; default: string; }; initValue: PropType; tableConfig: { type: PropType; required: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; maxTagCount: NumberConstructor; maxTagTextLength: NumberConstructor; arrowPointAtCenter: BooleanConstructor; autoAdjustOverflow: { type: BooleanConstructor; default: boolean; }; overlayStyle: PropType; overlayClassName: StringConstructor; placement: { type: PropType; default: string; }; }; export default _default;