import { ElementRef, Renderer2, AfterViewInit, OnDestroy, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FooterComponent implements OnInit, AfterViewInit, OnDestroy {
    private renderer;
    projectName: string;
    projectVersion: string;
    root?: ElementRef;
    height: string;
    position: string;
    private contentHeight;
    private windowHeight;
    private mutationObserver?;
    private resizeObserver?;
    constructor(renderer: Renderer2);
    ngOnInit(): void;
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    /**
     * INICIALIZA OS OBSERVERS PARA MONITORAR ALTERAÇÕES NA PÁGINA
     */
    private initObservers;
    /**
     * VERIFICA E AJUSTA A POSIÇÃO DO FOOTER SE NECESSÁRIO
     */
    private checkFooterPosition;
    static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "cfc-footer", never, { "projectName": { "alias": "projectName"; "required": false; }; "projectVersion": { "alias": "projectVersion"; "required": false; }; }, {}, never, never, false, never>;
}
