import type { MessageInputReducerAction, MessageInputState } from './useMessageInputState'; import type { MessageInputProps } from '../MessageInput'; import type { CustomTrigger, DefaultOneChatGenerics, Message } from '../../../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