/// <reference types="react" />
declare function CrudContainer(props: any): JSX.Element;
export default CrudContainer;
