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