export interface BarcodeEvent {
    scanData: string;
    scanLabelType: string;
}
//# sourceMappingURL=ExpoZebraScannerEvent.d.ts.map