export default HistoryNodeContent; declare function HistoryNodeContent({ dataSource, rejectTo }: { dataSource: any; rejectTo: any; }): JSX.Element;