import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TakPrettyBoxModule implements AfterViewInit { private _cd; header: ElementRef; footer: ElementRef; scroll: ElementRef; calcHeight: string | number; headerHeightPx: number; footerHeightPx: number; encapsulated: boolean; private _hasHeader; private _hasFooter; private _substractFromHeight; constructor(_cd: ChangeDetectorRef); ngAfterViewInit(): void; scrollTop(): void; private _config; get minHeightFt(): string; get hasHeader(): boolean; get hasFooter(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }