import React from 'react'; import type { TextAreaProps, TextAreaRef } from './interfaces'; /** * @label TextArea label * @input All props of TextInput component and "defaultLines" prop to show the number of lines in the TextArea * @props All props of Box component **/ export declare const TextArea: React.ForwardRefExoticComponent & React.RefAttributes>;