/// <reference types="react" />
import type { LocalMessage } from 'stream-chat';
export declare const useGiphyPreview: (separateGiphyPreview: boolean) => {
    giphyPreviewMessage: LocalMessage | undefined;
    setGiphyPreviewMessage: import("react").Dispatch<import("react").SetStateAction<LocalMessage | undefined>> | undefined;
};
