import React from 'react'; declare const ScoutBarLogo: React.FC<{ brandColor: string | undefined; }>; export default ScoutBarLogo;