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