/// <reference types="react" />
import type { FormModalProps } from './type';
declare const FormModal: import("react").NamedExoticComponent<FormModalProps>;
export default FormModal;
