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