declare const ux: {
name: string;
icon: string;
childArr: {
label: string;
}[];
};
declare const skylineUx: {
export { ux, skylineUx };