import React from "react"; export interface NavigationBarProps { children?: React.ReactNode; avatar?: React.ReactNode; logo: string; }