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