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