export declare const Size: { width: number; height: number; }; export { default as getStatusBarHeight } from './getStatusBarHeight'; export { getLocaleCode } from './getLocale'; /** * @description 当reactNavigation转场动画完成, 执行回调 * @param fn * @param useRequestAnimationFrame */ export declare const onReady: (fn: () => void, useRequestAnimationFrame?: boolean | undefined) => void; export declare const nextTick: (fn?: (() => void) | undefined) => Promise;