declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** *Trigger Props is used for how you want to trigger the pop over via 'click' | 'hover' **/ trigger: { type: StringConstructor; default: string; }; /** *Placement Props is used for direction of your info pop over * */ placement: { type: StringConstructor; default: string; }; /** * Container props is used to provide a parent element under which info pop over will appended for example ".info-pop-over-render-wrap" | "div.flow-layout" * */ container: { type: StringConstructor; default: string; }; /** * auto | any value as string 100px | 200px | 120px * */ maxWidth: { type: StringConstructor; default: string; }; }, import("vue").Data, { open: boolean; }, { isClickTrigger(): boolean; }, { handleClick(e: any): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { container: string; maxWidth: string; placement: string; trigger: string; }>; export default _default;