interface Props { position?: 'top' | 'bottom' | 'left' | 'right'; } declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { trigger?: (props: typeof __VLS_1) => any; } & { content?: (props: typeof __VLS_3) => any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { position: "top" | "bottom" | "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Popover.vue.d.ts.map