import React from 'react';
import type { LocalMessage } from 'stream-chat';
export type GiphyPreviewMessageProps = {
    message: LocalMessage;
};
export declare const GiphyPreviewMessage: (props: GiphyPreviewMessageProps) => React.JSX.Element;
