import { OnInit, OnDestroy } from '@angular/core'; import { LyTheme } from 'alyle-ui/core'; export declare class ToolbarItem { } export declare class LyToolbar implements OnInit, OnDestroy { theme: LyTheme; /** Set default bg */ private _bg; /** set default color */ private _color; private _subscription; styleBackground: string; styleColor: string; constructor(theme: LyTheme); toolbarBg: string; toolbarColor: string; ngOnInit(): void; ngOnDestroy(): void; }