import { type GetStylesApi } from '@mantine/core';
import type { CollectionFactory } from './Collection';
interface CollectionContextType {
    getStyles: GetStylesApi<CollectionFactory>;
}
export declare const CollectionProvider: ({ children, value }: {
    value: CollectionContextType;
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useCollectionContext: () => CollectionContextType;
export {};
//# sourceMappingURL=CollectionContext.d.ts.map