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