import React from "react"; export default function ScanIconWithLogos({ logo }: { logo?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;