import { ReactNode } from "react"; export interface INavigationMenuBarPropertySet { icon?: ReactNode; heading: string; initialUserType: string; }