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