declare const _default: import("vue").DefineComponent<{ tips: { type: StringConstructor; required: false; default: string; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: BooleanConstructor; required: false; default: boolean; }; class: { type: StringConstructor; required: false; default: string; }; size: { type: NumberConstructor; required: false; default: any; }; padding: { type: StringConstructor; required: false; default: any; }; placement: { type: StringConstructor; required: false; default: string; }; }, { emit: (event: "click" | "update:modelValue", ...args: any[]) => void; props: any; MyIcon: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: BooleanConstructor; required: false; default: boolean; }; focusBk: { type: BooleanConstructor; required: false; default: boolean; }; size: { type: (NumberConstructor | StringConstructor)[]; required: false; default: number; }; padding: { type: StringConstructor; required: false; default: any; }; }, { emit: (event: "click" | "update:modelValue", ...args: any[]) => void; props: any; click: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").PublicProps, Readonly> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { padding: string; size: string | number; modelValue: boolean; disabled: boolean; focusBk: boolean; }, {}>; MyTooltip: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; }; content: { type: StringConstructor; required: false; default: string; }; }, { MyPopover: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; }; placement: { type: any; required: false; default: string; }; trigger: { type: StringConstructor; required: false; default: string; }; class: { type: StringConstructor; required: false; }; }, { emit: (event: "show", ...args: any[]) => void; props: any; data: { visible: boolean; }; referenceRef: import("vue").Ref; contentRef: import("vue").Ref; popperInstance: any; styles: import("vue").Ref<{}>; deriveState: (state: import("@popperjs/core/index").State) => { styles: import("lodash").Dictionary>; attributes: import("lodash").Dictionary<{ [key: string]: string | boolean; }>; }; stateUpdater: import("@popperjs/core/index").Modifier<"updateState", any>; createPopperInstance: () => void; destroyPopperInstance: () => void; stopHandle: () => void; mouseenter: () => void; mouseleave: () => void; togglePopperShow: () => void; onClose: () => void; close: () => void; show: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "show"[], "show", import("vue").PublicProps, Readonly> & { onShow?: (...args: any[]) => any; }, { disabled: boolean; placement: any; trigger: string; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { content: string; disabled: boolean; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").PublicProps, Readonly> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { padding: string; size: number; modelValue: boolean; disabled: boolean; class: string; placement: string; tips: string; }, {}>; export default _default;