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