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