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