import { FC } from 'react'; import { ModalProps } from './Modal.interface'; export declare const Modal: FC;