import { ModalComponentInterFace } from "./interface"; declare const ModalComponent: ModalComponentInterFace; export default ModalComponent;