import React from "react";
import type { RefineProps } from "../../../contexts/refine/types";
/**
 * {@link https://refine.dev/docs/api-reference/core/components/refine-config `<Refine> component`} is the entry point of a refine app.
 * It is where the highest level of configuration of the app occurs.
 * Only a dataProvider is required to bootstrap the app. After adding a dataProvider, resources can be added as property.
 *
 * @see {@link https://refine.dev/docs/api-reference/core/components/refine-config} for more details.
 */
export declare const Refine: React.FC<RefineProps>;
//# sourceMappingURL=index.d.ts.map