/// <reference types="react" />
import { Entity, EntityHeader } from '../utils/synapseTypes/';
declare type EntityLinkProps = {
    entity: string | EntityHeader | Entity;
    link?: boolean;
    className?: string;
};
export declare const EntityLink: (props: EntityLinkProps) => JSX.Element;
export {};
