import type { Error } from './index'; declare const Textarea: import("svelte").Component<{ big?: boolean; spellcheck?: boolean; height?: string; value?: string; label?: string; icon?: string; required?: boolean; errors?: Error[]; field?: string | null; oninput?: (event: Event) => any; }, {}, "value">; export default Textarea;