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