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