import * as React from "react"; import { LogoProps } from "./typings/Logo"; declare const Logo: React.FunctionComponent; export default Logo;