import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class BytepicResponsivenessService { sidePanelClass: BehaviorSubject; constructor(); showSidePanel(): void; hideSidePanel(): void; delay(ms: number): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }