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