import { ElementRef, AfterViewInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SectionComponent implements AfterViewInit { background: string; layout: string; mobileReverse: boolean; alignToTop: boolean; noBottomPadding: boolean; splitEqual: boolean; fullWidth: boolean; maxWidth: boolean; spacerHeight: number; interval: any; intervalCounter: number; content: ElementRef; onResize(event: any): void; ngAfterViewInit(): void; updateHeight(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }