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