declare const _sfc_main: import("vue").DefineComponent<{ tooltip: { type: (BooleanConstructor | ObjectConstructor)[]; default(): boolean; }; expandTrigger: { type: import("vue").PropType<"click">; }; lineClamp: { type: (StringConstructor | NumberConstructor)[]; }; baseHeight: { type: NumberConstructor; default(): number; }; textFontStyle: { type: ObjectConstructor; default(): { fontSize: string; whiteSpace: string; }; }; isComputedEditPopoverPosition: { type: BooleanConstructor; default(): boolean; }; isCollapse: { type: BooleanConstructor; default(): boolean; }; isInheritParentWidth: { type: BooleanConstructor; default(): boolean; }; hoverSuffix: { type: BooleanConstructor; default(): boolean; }; edit: { type: import("vue").PropType; default(): {}; }; copyTxt: { type: StringConstructor; }; beforeCallback: FunctionConstructor; afterCallback: FunctionConstructor; isOnlyTips: { type: BooleanConstructor; default(): boolean; }; hrefLink: { type: BooleanConstructor; }; }, { className: import("vue").ComputedRef; styleProps: import("vue").ComputedRef; isTooltip: import("vue").ComputedRef; tooltipProps: import("vue").ComputedRef>; baseClass: string; lineClampStyle: import("vue").ComputedRef; isCollapse: import("vue").Ref; isChecked: import("vue").Ref; newProps: import("vue").ComputedRef any) | undefined; onEditInputChange: ((...args: any[]) => any) | undefined; tooltip: boolean | Record; expandTrigger: "click" | undefined; lineClamp: string | number | undefined; baseHeight: number; textFontStyle: Record; isComputedEditPopoverPosition: boolean; isCollapse: boolean; isInheritParentWidth: boolean; hoverSuffix: boolean; copyTxt: string | undefined; beforeCallback: Function | undefined; afterCallback: Function | undefined; isOnlyTips: boolean; hrefLink: boolean; }>>; popoverVisible: import("vue").Ref; isDefaultTooltip: import("vue").Ref; uuid: string; formState: { name: string; }; editFormRef: import("vue").Ref; isHeightOver: import("vue").Ref; textDefaultRef: import("vue").Ref; popoverClassName: import("vue").ComputedRef; antLocale: { [key: string]: any; } | undefined; getPopupContainer: (target: HTMLElement) => any; handleEntry: () => Promise; handleClose: () => Promise; handleCopy: () => Promise; handleEdit: (event: Event) => Promise; handleClick: () => void; handleEditChange: (val: string) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("editConfirm" | "editInputChange")[], "editConfirm" | "editInputChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ tooltip?: unknown; expandTrigger?: unknown; lineClamp?: unknown; baseHeight?: unknown; textFontStyle?: unknown; isComputedEditPopoverPosition?: unknown; isCollapse?: unknown; isInheritParentWidth?: unknown; hoverSuffix?: unknown; edit?: unknown; copyTxt?: unknown; beforeCallback?: unknown; afterCallback?: unknown; isOnlyTips?: unknown; hrefLink?: unknown; } & { edit: import("./type").EditType; tooltip: boolean | Record; baseHeight: number; textFontStyle: Record; isComputedEditPopoverPosition: boolean; isCollapse: boolean; isInheritParentWidth: boolean; hoverSuffix: boolean; isOnlyTips: boolean; hrefLink: boolean; } & { expandTrigger?: "click" | undefined; lineClamp?: string | number | undefined; copyTxt?: string | undefined; beforeCallback?: Function | undefined; afterCallback?: Function | undefined; }> & { onEditConfirm?: ((...args: any[]) => any) | undefined; onEditInputChange?: ((...args: any[]) => any) | undefined; }, { edit: import("./type").EditType; tooltip: boolean | Record; baseHeight: number; textFontStyle: Record; isComputedEditPopoverPosition: boolean; isCollapse: boolean; isInheritParentWidth: boolean; hoverSuffix: boolean; isOnlyTips: boolean; hrefLink: boolean; }>; export default _sfc_main;