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