import { modalProp } from './types'; declare const Modal: ({ ...props }: modalProp) => import("react/jsx-runtime").JSX.Element; export default Modal;