import { ElementRef, ChangeDetectorRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SidebarComponent { private ref; alwaysHides: boolean; hideOnClick: boolean; noNavbar: boolean; bottomView: ElementRef; open: boolean; hover: boolean; touchHover: boolean; hasBottomContent: boolean; constructor(ref: ChangeDetectorRef); ngAfterContentChecked(): void; close(): void; openHover(): void; toggleOpen(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }