export declare const useNextFrame: () => [(callback: (info: { isCanceled: () => boolean; }) => void) => void, () => void];