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