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