export interface IdScanJourneyProps {
    backendUrl: string;
    token: string;
    journeyDefinitionId: string;
    defaultInputProvider?: string;
    tripleScanAnalyzerGuidancePage?: boolean;
    fileUploadOnCameraCaptureJourneys?: boolean;
    previewPages?: any;
    manualCapture?: boolean;
    assetsDirectory?: string;
    smartCapture?: any;
    isVerboseLogEnabled?: boolean;
    hideLogo?: boolean;
    hideAutoCaptureHints?: boolean;
    className?: string;
    style?: React.CSSProperties;
}
