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