import { NavigationLink } from "./NavigationLink"; export interface INavigationLinkGroupState { visible: boolean; selected: NavigationLink; }