type $$ComponentProps = { value?: any; class?: string; rows?: number; [key: string]: any; }; declare const Textarea: import("svelte").Component<$$ComponentProps, {}, "value">; type Textarea = ReturnType; export default Textarea;