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