import type { Components, JSX } from "../types/components"; interface GoatSidenavMenu extends Components.GoatSidenavMenu, HTMLElement {} export const GoatSidenavMenu: { prototype: GoatSidenavMenu; new (): GoatSidenavMenu; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;