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