import { Observable } from 'rxjs'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare class ToggleInfoDrawerComponent { private store; infoDrawerOpened$: Observable; constructor(store: Store); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }