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