/// declare global { function __weex_require__(s: string): any; } export declare const px2rem: (dur: number) => number; export declare const rem2px: (dur: number) => import("@rax-types/rax").RaxText; export declare function getComponentRect(node: any, isRem: boolean, callback: any): void; export declare function scrollIntoView(node: any, container: any, animated?: boolean, offset?: number): void;