import React from 'react'; declare function RIDLink({ baseUrl, rid }: { rid: string; baseUrl: string; }): React.JSX.Element; export default RIDLink;