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