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