import React from 'react'; import { PopperPlacementType } from "@mui/material"; interface HistoryPopupProps { className?: string; content: React.ReactElement; children: React.ReactElement; open: boolean; arrow?: boolean; placement?: PopperPlacementType; onClose?: () => void; } export declare const HistoryPopup: React.FC; export {}; //# sourceMappingURL=body.history.popup.d.ts.map