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