import type { Components, JSX } from "../types/components";

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