import type { ReactEventHandler } from '../types'; import type { StreamMessage } from '../../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../../types/types'; export declare const useOpenThreadHandler: (message?: StreamMessage | undefined, customOpenThread?: ((message: StreamMessage, event: React.BaseSyntheticEvent) => void) | undefined) => ReactEventHandler; //# sourceMappingURL=useOpenThreadHandler.d.ts.map