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