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