import React from "react";
declare const MasterForm: React.ForwardRefExoticComponent<Pick<FormContainerProps, "schema"> & React.RefAttributes<HTMLFormElement | null>>;
export default MasterForm;
