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