import React from "react"; interface Props { isPushed: boolean; isDark: boolean; togglePush: () => void; href: string; } declare const Logo: React.FC; export default Logo;