export declare function DetailsBlockProvider({ collection, dataPath, children }: {
    collection: any;
    dataPath: any;
    children: any;
}): import("react/jsx-runtime").JSX.Element;
