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