declare const nav: {
name: string;
icon: string;
childArr: {
label: string;
}[];
};
declare const skylineNav: {
export { nav, skylineNav };