import { EventEmitter, OnDestroy } from '@angular/core'; import { QuaggaJSConfigObject } from '@ericblade/quagga2'; import { BarcodeScannerLivestreamComponent } from '../barcode-scanner-livestream/barcode-scanner-livestream.component'; import * as i0 from "@angular/core"; export declare class BarcodeScannerLivestreamOverlayComponent implements OnDestroy { private _started; get isStarted(): boolean; type: string | string[]; deviceId: string; width: string; maxWidth: string; height: string; maxHeight: string; config: Partial; valueChanges: EventEmitter; started: EventEmitter; scanner: BarcodeScannerLivestreamComponent; private _showScanner; get showScanner(): boolean; ngOnDestroy(): void; show(): void; hide(): void; onStarted(value: boolean): void; onValueChanges(result: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }