import { AxElement } from '../../enlighten-lib/elements/ax-element'; import { DashboardElementProperty } from '../dashboard-element-property/dashboard-property/dashboard-element-property'; export declare class DashboardElement { id: number; guid: string; element: AxElement; properties: DashboardElementProperty; constructor(dashboardElement?: DashboardElement); }