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