import React from 'react'; export interface LogoProps { width?: number; height?: number; } export declare const Logo: React.FC;