import { DashboardItem } from '../models/dashboard-item.model'; export declare function standardizeDashboardItem(dashboardItem: any): DashboardItem;