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