/// import { CrudConfig } from "./interfaces"; export declare const createCrudRouter: (cruds: CrudConfig[]) => (props: {}) => JSX.Element;