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