interface LogoProps { width?: number; height?: number; className?: string; image?: string; title?: string; } export declare const Logo: React.FC; export {}; //# sourceMappingURL=Logo.d.ts.map