import { AmtThemeService } from '../../services/amt-theme.service';
import * as i0 from "@angular/core";
export declare class NavbarThemeComponent {
    amtThemeService: AmtThemeService;
    toggleThemeMode(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarThemeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavbarThemeComponent, "amt-navbar-theme", never, {}, {}, never, never, true, never>;
}
