import type { MenubarContentStaticProps } from "../types.js"; declare const MenubarContentStatic: import("svelte").Component; type MenubarContentStatic = ReturnType; export default MenubarContentStatic;