import { WidgetModel } from '../../editor/widget-framework/widget-model';
export interface LazyComponentsResponse {
    Components: WidgetModel<any>[];
}
