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