export declare class BytepicMenuItemModel { iconClass?: string; title: string; path?: string; children?: BytepicMenuItemModel[]; }