import { type Provider } from 'react';
import type { NavigationTheme } from './types';
/**
 * __Theme provider__
 *
 * A provider for the theme context used by all navigation components.
 *
 * @deprecated `@atlaskit/atlassian-navigation` is deprecated. Use `@atlaskit/navigation-system` instead.
 */
export declare const ThemeProvider: Provider<NavigationTheme>;
export { ThemeContext } from './theme-context';
