export declare const types: {}; export declare function register(type: string, className: any): void; export declare class Factory { /** * @ignore */ create(type: string, id: string, params?: any): any; }