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