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