import { TYPE_ICON } from './type-icon.enum'; export declare class Menu { id: any; icon: any; typeIcon: TYPE_ICON; url: any; title: any; children: Array; }