import React from 'react'; import { BrandPanelProps } from '../../types'; import './index.less'; /** * BrandPanel 品牌区组件 * @description 登录页面左侧品牌展示区域,支持轮播图片/视频(预留),当前仅展示 Logo */ declare const BrandPanel: React.FC; export default BrandPanel;