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