import { Input } from './input.js'; export declare class Textarea extends Input { options(attrOrProps: any): { [k: string]: any; }; }