import React from 'react'; declare const ModalOld: React.FC<{ title: string; terminate?: (() => void) | undefined; children: any; marginY?: number; marginX?: number; }>; export default ModalOld;