import type { StreamMessage } from '../../../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../../../types/types'; export declare const useGiphyPreview: (separateGiphyPreview: boolean) => { giphyPreviewMessage: StreamMessage | undefined; setGiphyPreviewMessage: import("react").Dispatch | undefined>>; }; //# sourceMappingURL=useGiphyPreview.d.ts.map