import type { LiveFiber } from '@use-gpu/live'; export type LoopContextProps = (fiber?: LiveFiber) => void; export declare const LoopContext: import("@use-gpu/live").LiveContext; export declare const useAnimationFrame: () => void; export declare const useNoAnimationFrame: () => void; export declare const usePerFrame: () => number; export declare const useNoPerFrame: () => void;