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