import { LuzmoDashboard } from './dashboard/dashboard-base'; declare class LuzmoDashboardService { _dashboardComponents: LuzmoDashboard[]; } declare const _default: LuzmoDashboardService; export default _default;