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