import React from 'react'; import type { MessageInputReducerAction, MessageInputState } from './useMessageInputState'; import type { MessageInputProps } from '../MessageInput'; import type { CustomTrigger, DefaultStreamChatGenerics } from '../../../types/types'; export declare const useImageUploads: (props: MessageInputProps, state: MessageInputState, dispatch: React.Dispatch>) => { removeImage: (id: string) => void; uploadImage: (id: string) => Promise; }; //# sourceMappingURL=useImageUploads.d.ts.map