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