import * as React from 'react'; import type { PartialTheme } from '../types'; export declare const mountWithProvider: (child: React.ReactElement, providerValues?: { themes: { [key: string]: PartialTheme; }; } | undefined) => import("@shopify/react-testing").Root; export declare const mockDefaultTheme: (overrides: PartialTheme) => { themes: { Light: PartialTheme; }; }; //# sourceMappingURL=mountWithProvider.d.ts.map