import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NamedQueryComponent { private store; label: boolean; displayCombo: boolean; namedQueries$: Observable; constructor(store: Store); toggle(): void; dragStart($event: DragEvent, rs: string): void; dragLeave($event: DragEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }