export declare class ComponentHelper {
    static LoadComponentAsync(typeName: string, path: string): any;
}
