interface ScannerModalProps { fallbackPath?: string; redirectUrl?: string | null; } export declare function ScannerModal({ fallbackPath, redirectUrl }: ScannerModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ScannerModal.d.ts.map