export declare type ComponentMap = {
    [name: string]: any;
};
