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