import * as React from 'react'; import { HistoryChanges } from '../types/column.type'; interface HistoryTooltipProps { className?: string; messages: { changesHistory: string; noChanges: string; }; formatValue?: (value: any) => string; getChangeHistory?: () => Promise; } export declare const HistoryTooltip: React.FC; export {}; //# sourceMappingURL=body.history.tooltip.d.ts.map