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