import { TextAreaProps } from './TextArea.types';
/**
* TextArea - A multi-line text input component
*
* Supports draggable resize, auto-expansion, and integration with form messages.
* Can be controlled or uncontrolled.
*
* @example
* ```tsx
* // Basic usage
*
*
* // With auto-expansion
*
*
* // With error state
*
*
* // Draggable resize
*
* ```
*/
export declare const TextArea: import('react').ForwardRefExoticComponent>;
export default TextArea;
//# sourceMappingURL=TextArea.d.ts.map