import React from "react";
interface ObjectIdentifierProps {
    identifier: string;
    keywords: string[];
}
export declare const ObjectLink: ({ identifier, keywords }: ObjectIdentifierProps) => React.ReactElement;
export {};
