import type { NavbarClass, NavbarProperties, NavbarTheme } from './navbar.theme';
import type { FlowbiteThemeService } from 'flowbite-angular';
import { InjectionToken } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * `InjectionToken` used to import `NavbarTheme` value
 *
 * @example
 * ```
 * var theme = inject(FLOWBITE_NAVBAR_THEME_TOKEN)
 * ```
 */
export declare const FLOWBITE_NAVBAR_THEME_TOKEN: InjectionToken<NavbarTheme>;
export declare class NavbarThemeService implements FlowbiteThemeService<NavbarProperties> {
    private readonly baseTheme;
    getClasses(properties: NavbarProperties): NavbarClass;
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarThemeService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NavbarThemeService>;
}
