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