import React, { FC } from 'react';
declare const Logo: FC<React.ImgHTMLAttributes<HTMLImageElement>>;
export default Logo;
