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