import React from 'react'; import { ModalWindowProps } from './types'; export declare const ModalWindow: React.FC;