import React from "react"; import type { CreateProps } from "../types"; /** * `` provides us a layout to display the page. * It does not contain any logic but adds extra functionalities like action buttons and giving titles to the page. * * @see {@link https://refine.dev/docs/ui-frameworks/mui/components/basic-views/create} for more details. */ export declare const Create: React.FC; //# sourceMappingURL=index.d.ts.map