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