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