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