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