import { IDashwizComponent } from "./model";
import * as i0 from "@angular/core";
export declare class DashwizService {
    component: IDashwizComponent | undefined;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<DashwizService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DashwizService>;
}
