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