export declare class CreateDashboardComponentDto { id?: number; name: string; identifier: string; description: string; has_date_filter: boolean; type_id: number; listing_id?: number; summary: string; trend?: string; configurations?: any; }