import { DashboardCoreService } from './dashboard-core.service'; export declare class DashboardCoreController { private readonly dashboardCoreService; constructor(dashboardCoreService: DashboardCoreService); fromSlug(slug: string, locale: any): Promise<({ dashboard_component: { dashboard_component_locale: { name: string; created_at: Date; updated_at: Date; locale_id: number; component_id: number; }[]; } & { path: string; id: number; created_at: Date; updated_at: Date; slug: string; min_width: number; max_width: number | null; min_height: number; max_height: number | null; width: number; height: number; is_resizable: boolean; }; dashboard_user: { id: number; created_at: Date; updated_at: Date; width: number; height: number; x_axis: number; y_axis: number; item_id: number; user_id: number; }[]; } & { id: number; created_at: Date; updated_at: Date; width: number; height: number; component_id: number; dashboard_id: number; x_axis: number; y_axis: number; })[]>; } //# sourceMappingURL=dashboard-core.controller.d.ts.map