import { IDashwizComponent } from "./model"; export declare class DashwizService { component: IDashwizComponent | undefined; constructor(); }