import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ToolboxComponent { labels: boolean; hasInitialPresentation$: Observable; isManualMode$: Observable; constructor(store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }