export declare class StickyHeader {
    /**
     * should call in "ngAfterViewInit" hook
     */
    get tableHeight(): string;
    private headerHeight;
    private paginatorHeight;
    private footerHeight;
    private upScrollHeight;
    private getElementHeight;
}
