import type { HTMLElementProps } from '../types.js';
declare const Textarea: import("svelte").Component<HTMLElementProps, {}, "">;
type Textarea = ReturnType<typeof Textarea>;
export default Textarea;
