///
import { FormProps } from "../form/type";
import { CrudInsert } from "./type";
export declare const AddComponent: (Form: (p: FormProps) => JSX.Element, urlPrefix: string, crudInsert?: CrudInsert | undefined) => ({ data }: {
data?: Partial | undefined;
}) => JSX.Element;