export { nextTick } from '../vue3/adapter';
export declare function getSystemInfoSync(): Record<string, any>;
export declare function requestAnimationFrame(cb: Function): number;
export declare function groupSetData(context: any, cb: Function): void;
export declare function intersectionObserverPloyFill({ selector, callback, options }: any): boolean;
