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