export declare function px2rem(px: any): number;
export declare function getComponentRect(id: any, callback: any, retry: any): Promise<void>;
