import React from "react"; export declare const getLink: (prefix: string | undefined, link: string | undefined) => string; export declare const Tool: () => React.JSX.Element;