/** * @author linhd * @date 2021/8/10 16:35 * @description 菜单图标 */ import { FunctionComponent } from 'react'; import { LogoProps } from './interface'; export declare const Logo: FunctionComponent; export default Logo;