import type { HistoryData } from '../types.js'; declare function OperationsHistory({ data }: { readonly data: HistoryData; }): JSX.Element; export default OperationsHistory;