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