import { AfterViewInit, ElementRef } from '@angular/core'; import { BabylonButtonI, BabylonMultimediaI, BabylonTexts } from '../../../interfaces'; import * as i0 from "@angular/core"; export declare class BabylonTopSimpleImgComponent implements AfterViewInit { private platformId; rightSide?: boolean; texts?: BabylonTexts; multimedia?: BabylonMultimediaI; buttons?: BabylonButtonI[]; useGraphic?: boolean; svg: string; bgSection: ElementRef; headingEl: ElementRef; constructor(platformId: Object); ngAfterViewInit(): void; onResize(): void; updateBGHeight(): void; scrollToSection(event: Event, url: string | undefined): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }