import { ElementRef } from '@angular/core'; export declare class SidebarRightService { elementRef: ElementRef; /** * [scrollHeight description] * @method scrollHeight * @return [description] */ readonly scrollHeight: number; }