import { ElementRef } from '@angular/core';
export declare class HeaderService {
    elementRef?: ElementRef;
    get offsetHeight(): number;
}
