import { EventEmitter } from '../../stencil-public-runtime'; import type { TextareaResize } from './exports'; export declare class RTextarea { host: HTMLRTextareaElement; /** Specifies the `id` of the `
` to which the element belongs */ form?: string; /** Specifies if element must be ignored during validation of the form elements */ novalidate?: boolean; /** Sets the `name` attribute on the underlying `