import React from 'react'; declare const Modal2Old: React.FC<{ title: string; terminate?: (() => void) | undefined; children: any; top?: string | undefined; bottom?: string | undefined; left?: string | undefined; right?: string | undefined; width?: string | undefined; height?: string | undefined; }>; export default Modal2Old;