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