import { FormModalProps } from "./type.mjs";
import { FormModal } from "./FormModal.mjs";
export { FormModalProps, FormModal as default };