import React from 'react';
import { ModalProps } from './Base';
export declare const Modal: (props: ModalProps) => React.JSX.Element;
