import type { Message } from 'stream-chat'; import type { MessageInputReducerAction, MessageInputState } from './useMessageInputState'; import type { MessageInputProps } from '../MessageInput'; import type { CustomTrigger, DefaultStreamChatGenerics } from '../../../types/types'; export declare const useSubmitHandler: (props: MessageInputProps, state: MessageInputState, dispatch: import("react").Dispatch>, numberOfUploads: number) => { handleSubmit: (event: React.BaseSyntheticEvent, customMessageData?: Partial> | undefined) => Promise; }; //# sourceMappingURL=useSubmitHandler.d.ts.map