import React from 'react'; import type { ColorScheme } from '@coinbase/cds-common/core/theme'; import type { waitForOptions } from '@testing-library/react'; import type { ThemeConfig } from '../core/theme'; type DefaultThemeProviderProps = { children?: React.ReactNode; theme?: ThemeConfig; activeColorScheme?: ColorScheme; }; export declare const DefaultThemeProvider: ({ children, theme, activeColorScheme, }: DefaultThemeProviderProps) => React.ReactElement; export declare function waitForNotToHappen( callback: () => Promise | T, opts?: waitForOptions, ): Promise; export {}; //# sourceMappingURL=test.d.ts.map