import type { ModuleLoader } from "scandit-web-datacapture-core";
export * from "./Barcode";
export * from "./BarcodeCapture";
export * from "./BarcodeCaptureSession";
export * from "./BarcodeCaptureFeedback";
export * from "./BarcodeCaptureOverlay";
export * from "./BarcodeCaptureSettings";
export interface BarcodeCaptureLoaderOptions {
    highEndBlurryRecognition?: boolean;
}
export declare function barcodeCaptureLoader(options?: BarcodeCaptureLoaderOptions): ModuleLoader;
