import { PropType } from '../../../../vue/dist/vue.esm-browser.prod.js'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from '../../../../vue/dist/vue.esm-browser.prod.js/dist/vue.js'; import type { PopoverRootProps } from '../../../../node_modules/radix-vue'; declare const _default: __VLS_WithTemplateSlots, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:open": (value: boolean) => void; }, string, PublicProps, Readonly>> & { "onUpdate:open"?: ((value: boolean) => any) | undefined; }, {}, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: PropType<__VLS_NonUndefinedable>; } : { type: PropType; required: true; }; }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };