declare const list: {
name: string;
icon: string;
childArr: {
label: string;
}[];
declare const skylineList: {
export { list, skylineList };