import * as React from "react";
import { NGSShelf } from "./lib";
export interface NGSShelfInfoCardProps {
    ngs_shelf: NGSShelf;
    className?: string;
}
export declare const NGSShelfInfoCard: React.FC<NGSShelfInfoCardProps>;
