import type { INavItems } from './types';
/**
 * hook for get nav data
 */
export declare const useNavData: () => INavItems;
