/// <reference types="react" />
import type { MessageInputProps } from '../MessageInput';
export declare const useTextareaRef: (props: MessageInputProps) => {
    textareaRef: import("react").RefObject<HTMLTextAreaElement | undefined>;
};
