import { VuiComponent } from "../core/vui.js";
import { TextareaProps } from "./textarea.types.js";
import "../index.js";
//#region src/textarea/textarea.d.ts
/**
 * @deprecated Use `TextField` with a `rows` prop instead. `Textarea` is a thin wrapper kept for
 * backward compatibility and will be removed in a future major version.
 */
declare const Textarea: VuiComponent<"div", TextareaProps>;
//#endregion
export { Textarea, Textarea as default };

//# sourceMappingURL=textarea.d.ts.map