import type { PropsWithChildren } from 'react'; import React from 'react'; interface AdaptiveThemeProps extends PropsWithChildren { previousScopedTheme?: string; } export declare const AdaptiveTheme: React.FunctionComponent; export {}; //# sourceMappingURL=AdaptiveTheme.d.ts.map