/// <reference types="react" />
export declare const ThemeContext: import("react").Context<import("./types").NavigationTheme>;
/**
 * __Theme provider__
 *
 * A provider for the theme context used by all navigation components.
 */
export declare const ThemeProvider: import("react").Provider<import("./types").NavigationTheme>;
