import { type NonEmptyProps } from '../../core/types';
export declare function textAreaEvents(dom: any, nextPropsOrEmpty: any): void;
export declare function applyValueTextArea(nextPropsOrEmpty: NonEmptyProps, dom: any, mounting: boolean): void;
