export declare class AddDashboardComponentPropertiesDto { id?: number; custom_report_id: number; identifier: string; properties: any; active?: boolean; }