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