import { SFC } from 'react'; interface LogoProps { showBg: boolean; } export declare const Logo: SFC; export {};