import type { WithElementRef } from "bits-ui"; import type { HTMLTextareaAttributes } from "svelte/elements"; declare const Textarea: import("svelte").Component, "children">, {}, "ref" | "value">; type Textarea = ReturnType; export default Textarea;