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