import { NavigationItemInterface, NavigationPlaceInterface, NavigationGroupWithChildrenInterface } from "..";
export declare function useNavigation(place: NavigationPlaceInterface): [NavigationGroupWithChildrenInterface[], NavigationItemInterface[], string[]];
