import type React from 'react'; import { useTheme as primerUseTheme } from '@primer/react'; import { useColorSchemeVar } from './ThemeProvider'; import type { ThemeProviderProps as StyledThemeProviderProps } from './ThemeProvider'; import type { BaseStylesProps as StyledBaseStylesProps } from './BaseStyles'; export type ThemeProviderProps = StyledThemeProviderProps; export type BaseStylesProps = StyledBaseStylesProps; export declare const ThemeProvider: React.FC>; export declare function useTheme(): ReturnType; export { useColorSchemeVar }; export declare function BaseStyles(props: BaseStylesProps): React.JSX.Element; //# sourceMappingURL=FeatureFlaggedTheming.d.ts.map