import { AddDashboardComponentPropertiesDto } from './add.dashboard.component.properties.dto'; export declare class AddDashboardComponentDto { dashboard_id: number; components: AddDashboardComponentPropertiesDto[]; }