import type { MessageInputReducerAction, MessageInputState } from './useMessageInputState'; import type { MessageInputProps } from '../MessageInput'; import type { CustomTrigger, DefaultStreamChatGenerics } from '../../../types/types'; export declare const useMessageInputText: (props: MessageInputProps, state: MessageInputState, dispatch: import("react").Dispatch>) => { handleChange: import("react").ChangeEventHandler; insertText: (textToInsert: string) => void; textareaRef: import("react").MutableRefObject; }; //# sourceMappingURL=useMessageInputText.d.ts.map