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