import { ColorScheme } from './color-scheme/ColorSchemeContext.js'; import 'react'; /** * The CSS Variables that are used by the Styled System are injected targeting those classes. * Therefore, any portaled component or any Hopper Provider must have one of these classes on the root element. */ declare function getRootCSSClasses(colorScheme: ColorScheme, theme: string): string; export { getRootCSSClasses };