import type { MessageComposerProps } from '../MessageComposer';
export declare const useTextareaRef: (props: MessageComposerProps) => {
    textareaRef: import("react").RefObject<HTMLTextAreaElement | undefined>;
};
//# sourceMappingURL=useTextareaRef.d.ts.map