import React from 'react'; import { ArticleBodyComponentProps } from '../utils'; export declare type Reference = { refAddress: string; refBookTitle: string; refFirstPage: string; refId: number; refMrNumber: string; refSeries: string; refTag: string; refText: string; refType: string; refYear: string; refZbl: string; }; declare const ReferenceTooltip: React.FC; export default ReferenceTooltip;