import React from 'react';
import type { LinkPreview } from 'stream-chat';
export declare const LinkPreviewList: () => React.JSX.Element | null;
type LinkPreviewProps = {
    linkPreview: LinkPreview;
};
export declare const LinkPreviewCard: ({ linkPreview }: LinkPreviewProps) => React.JSX.Element | null;
export {};
