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