import { EventEmitter } from '../../stencil-public-runtime'; import type { TextareaResize } from './exports'; /** * A multiline text input form control with validation, optional character count, configurable resize behaviour. * * Example * ``` * * ``` * * @slot popover - Popover element attached to the label area */ 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 `