import { TextareaInputProps, TextareaInputPropsWithLegacy } from './types'; export declare function adaptLegacyTextAreaProps(props: TextareaInputPropsWithLegacy): TextareaInputProps;