import { ZFFormSchema } from './typing';
declare const ZFSchemaForm: <T, ValueType = "text">(props: any) => import("react/jsx-runtime").JSX.Element;
export default ZFSchemaForm;
