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