import { ModalProps } from "../types"; declare function Modal(props: ModalProps): import("react/jsx-runtime").JSX.Element; export default Modal;