import React from 'react'; import type { StreamMessage } from '../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../types/types'; export type GiphyPreviewMessageProps = { message: StreamMessage; }; export declare const GiphyPreviewMessage: (props: GiphyPreviewMessageProps) => React.JSX.Element; //# sourceMappingURL=GiphyPreviewMessage.d.ts.map