interface Props { src: string; title?: string; height?: number; showTitle?: boolean; } export declare const Logo: React.FC; export {}; //# sourceMappingURL=Logo.d.ts.map