import React from "react";
declare const DetailLink: React.FC<{
    schemaID: string;
    id: string;
}>;
export default DetailLink;
