import type { HTMLTextareaAttributes } from "svelte/elements"; import { type WithElementRef } from "../../../utils.js"; type Props = WithElementRef; declare const Textarea: import("svelte").Component; type Textarea = ReturnType; export default Textarea;