import { ViewContainerRef } from '@angular/core'; import { Observable } from 'rxjs'; import { GasDynamicComponentsService } from '@cikrf/gas-utils/services'; import { GasHeaderService } from './gas-header.service'; /** * @description * Шапка для сайта, используется в лейауте, для управления используется gasHeaderService */ export declare class GasHeaderComponent { private gasHeaderService; private gasDynamicComponentService; afterViewInit$: Observable; containeRef: ViewContainerRef; title$: Observable; subtitle$: Observable; icon$: Observable; iconColor$: Observable; iconClass$: Observable; breadcrumbs$: Observable; component$: Observable; constructor(gasHeaderService: GasHeaderService, gasDynamicComponentService: GasDynamicComponentsService); }