import type { Component } from 'svelte'; import type { WithElementRef } from 'bits-ui'; import type { HTMLTextareaAttributes } from 'svelte/elements'; declare module '../context.js' { interface ThemeComponents { Textarea: Component, {}, 'value' | 'ref'>; } } import '@sjsf/basic-theme/extra-widgets/textarea.svelte'; declare const Textarea: Component, {}, "value">; type Textarea = ReturnType; export default Textarea;