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