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