/**
 * Created by jayhamilton on 6/30/17.
 */
import { Type } from '@angular/core';
export declare class GadgetFactory {
    static componentMap: Map<any, any>;
    static getComponentType(gadgetType: string): Type<any>;
    static setComponentType(gadgetType: string, componentRef: Type<any>): void;
}
