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