import { OnInit } from '@angular/core'; import { Store } from '@ngxs/store'; import * as i0 from "@angular/core"; export declare class BlocInputComponent implements OnInit { private store; bloc: any; constructor(store: Store); ngOnInit(): void; getInput(): any; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }