import { type Context } from 'react';
import type { NavigationTheme } from './types';
export declare const ThemeContext: Context<NavigationTheme>;
