import React from 'react'; interface Props { location: string; image?: string; siteName: string; } export declare const Logo: React.FC; export {};