/**
 * Resolves a PID and displays the name of the received record
 * @param pid A valid PID
 * @constructor
 */
export declare const PidNameDisplay: import("react").NamedExoticComponent<{
    pid: string;
}>;
