export type ViewFrameContextProps = number; export declare const ViewFrameContext: import("@use-gpu/live").LiveContext; export declare const usePerViewFrame: () => number; export declare const useNoPerViewFrame: () => void;