import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
import { StacheWindowRef } from '../shared/window-ref';
import { StacheAffixTopDirective } from './affix-top.directive';
import * as i0 from "@angular/core";
export declare class StacheAffixComponent implements AfterViewInit, OnDestroy {
    #private;
    wrapper: ElementRef | undefined;
    minHeightFormatted: string | undefined;
    maxWidthFormatted: string | undefined;
    affixTopDirective: StacheAffixTopDirective | undefined;
    constructor(windowRef: StacheWindowRef, changeDetector: ChangeDetectorRef);
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    getStyles(): Record<string, string | undefined>;
    static ɵfac: i0.ɵɵFactoryDeclaration<StacheAffixComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StacheAffixComponent, "stache-affix", never, {}, {}, never, ["*"], false, never>;
}
