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