export interface NavThemeType { background: string; } export declare const light: NavThemeType; export declare const dark: NavThemeType;