declare const iconList: { id: number; title: string; theme: string; children: { title: string; type: number; children: string[]; }[]; }[]; export default iconList;