import type { TExtend } from 'tsfn'; export declare type TSafeRequestAnimationFrame = (cb: () => void) => () => void; export declare const mapSafeRequestAnimationFrameFactory: (requestAnimationFrameFn: Function, cancelAnimationFrameFn: Function) =>

(propName: K) => (props: P) => TExtend; export declare const mapSafeRequestAnimationFrame:

(propName: K) => (props: P) => TExtend;