///
import { Types } from "@nexys/core-list";
import { FormDef } from "@nexys/react-bootstrap/dist/headless/form/type";
import { ViewField } from "@nexys/react-bootstrap/dist/headless/view/type";
import { CrudRequest, ExtraUnit, CrudOptions } from "@nexys/react-bootstrap/dist/headless/crud/type";
declare const Crud: (def: Types.Definition, defDetail: FormDef[], viewFields: ViewField[], urlPrefix: string, crud: CrudRequest, extras?: ExtraUnit[] | undefined, options?: CrudOptions | undefined) => () => JSX.Element;
export default Crud;