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
* ```
*