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