/// import { IModalProps } from './Modal.types'; export declare const Modal: (props: IModalProps) => JSX.Element;