import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _Popover from './popover.vue'; declare const Popover: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; position: { type: import("vue").PropType; default: string; }; contentClass: { type: import("vue").PropType; }; contentStyle: { type: import("vue").PropType; }; scrollbar: { type: import("vue").PropType; default: boolean; }; arrowClass: { type: import("vue").PropType; }; arrowStyle: { type: import("vue").PropType; }; popupContainer: { type: import("vue").PropType; }; floatingOptions: { type: import("vue").PropType; }; }>> & Readonly<{ "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:popupVisible": (_visible: boolean) => any; popupVisibleChange: (_visible: boolean) => any; }, import("vue").PublicProps, { position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb"; scrollbar: boolean | import("../index.ts").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; position: { type: import("vue").PropType; default: string; }; contentClass: { type: import("vue").PropType; }; contentStyle: { type: import("vue").PropType; }; scrollbar: { type: import("vue").PropType; default: boolean; }; arrowClass: { type: import("vue").PropType; }; arrowStyle: { type: import("vue").PropType; }; popupContainer: { type: import("vue").PropType; }; floatingOptions: { type: import("vue").PropType; }; }>> & Readonly<{ "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, {}, {}, {}, {}, { position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb"; scrollbar: boolean | import("../index.ts").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: string; }; position: { type: import("vue").PropType; default: string; }; contentClass: { type: import("vue").PropType; }; contentStyle: { type: import("vue").PropType; }; scrollbar: { type: import("vue").PropType; default: boolean; }; arrowClass: { type: import("vue").PropType; }; arrowStyle: { type: import("vue").PropType; }; popupContainer: { type: import("vue").PropType; }; floatingOptions: { type: import("vue").PropType; }; }>> & Readonly<{ "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:popupVisible": (_visible: boolean) => any; popupVisibleChange: (_visible: boolean) => any; }, string, { position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb"; scrollbar: boolean | import("../index.ts").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; } & { title?: (props: {}) => any; } & { content?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type PopoverInstance = InstanceType; export default Popover;