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