import React from 'react';
declare const ScanIconWithLogos: React.FC<{
    logo?: React.ReactNode;
}>;
export default ScanIconWithLogos;
