export declare function OrcidDisplay({ orcid }: {
    orcid: string;
}): string | import("react/jsx-runtime").JSX.Element;
