/**
 * 重载原生小程序的 `Component` 构造函数
 */
export declare function overloadNativeComponentConstructor(name: string): (cfg: any) => void;
