import * as React from 'react'; import { ILogoWrapperProps } from './styles/Logo.styles'; interface ILogoProps extends ILogoWrapperProps { site?: string; } declare const Logo: React.FC; export default Logo;