import { FractalThemeNavigationBar, FractalThemeTabBar } from '../FractalTheme'; export declare const darkColors: { background: string; foreground: string; text: string; textField: string; placeholder: string; label: string; separator: string; contentInteractiveColor100: string; contentInteractiveColor200: string; contentInteractiveColor300: string; contentInteractiveColor400: string; contentInteractiveColor: string; contentInteractiveColor600: string; contentInteractiveColor700: string; contentInteractiveColor800: string; contentInteractiveColor900: string; }; export declare const darkNavigationBarTheme: FractalThemeNavigationBar; export declare const darkTabBarTheme: FractalThemeTabBar; export declare const darkFractalTheme: import("../FractalTheme").FractalTheme;