import { AfterViewInit, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BabylonContactHowComponent implements AfterViewInit { private cdr; pretitle?: string; title?: string; items?: BabylonContactMapItem[]; constructor(cdr: ChangeDetectorRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export interface BabylonContactMapItem { title?: string; description?: string; icon?: string; }