import * as React from 'react'; import type { IModalProps } from './Modal.types'; export declare const Modal: React.FunctionComponent;