declare const display: {
name: string;
icon: string;
childArr: {
label: string;
}[];
};
declare const skylineDisplay: {
export { display, skylineDisplay };