import { ArticleMatches } from '../../interfaces';
interface CloselyMatchingArticlesProps {
    /** Whether the articles are being fetched */
    isFetchingArticles: boolean;
    /** The article matches data */
    articleMatches: ArticleMatches;
    /** The origin of the page for the doi and oa links*/
    origin?: string;
}
export declare const CloselyMatchingArticles: ({ isFetchingArticles, articleMatches, origin }: CloselyMatchingArticlesProps) => import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=CloselyMatchingArticles.d.ts.map