export declare type MenuItem = { id: number; title: string; name: string; section?: string | null; group?: string | null; icon: string; color?: string | null; queryParams?: string | null; routeParams?: string | null; path?: string | null; externalUrl?: string | null; openNewTab: boolean | null; dynamicComponentId?: number | null; permissionId?: number | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };