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