declare namespace _default { const name: string; namespace components { export { Popover }; export { PopoverButton }; export { PopoverPanel }; export { BellIcon }; } function setup(): { t: ((key: string, data?: object | undefined, lang?: string | undefined) => any) | undefined; items: import("vue").Ref; loading: import("vue").Ref; }; function setup(): { t: ((key: string, data?: object | undefined, lang?: string | undefined) => any) | undefined; items: import("vue").Ref; loading: import("vue").Ref; }; } export default _default; import { Popover } from "@headlessui/vue/dist/components/popover/popover"; import { PopoverButton } from "@headlessui/vue/dist/components/popover/popover"; import { PopoverPanel } from "@headlessui/vue/dist/components/popover/popover"; import { BellIcon } from "@heroicons/vue/outline";