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