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