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