///
import { ViewField } from "@nexys/react-bootstrap/dist/headless/view/type";
import { FormProps } from "@nexys/react-bootstrap/dist/headless/form/type";
import { CrudRequestDetail } from "@nexys/react-bootstrap/dist/headless/detail/type";
import { ExtraUnit } from "@nexys/react-bootstrap/dist/headless/crud/type";
declare const Detail: (Form: (a: FormProps) => JSX.Element, viewFields: ViewField[], { update, detail, deleteById, getOptions }: CrudRequestDetail, redirectUrlDelete: string, showToggle?: boolean, extras?: ExtraUnit[] | undefined, detailColWidth?: number, editTitle?: string | undefined) => ({ id }: {
id: Id;
}) => JSX.Element;
export default Detail;