import React from "react";
import { Form as FormilyForm } from "@formily/antd";
import { DnFC } from "@designable/react";
import "./styles.scoped.less";
export declare const Form: DnFC<React.ComponentProps<typeof FormilyForm>>;
