/** * Generates a value continuously, animating it. * * Warning: this causes the component to re-render extremely frequently, so one should * take care to not put this too high up in the component tree. * * @deprecated Use {@link useGeneratedRef}. * @param getter * @returns */ export declare const useGeneratedValue: (get: () => number | null) => number | null; //# sourceMappingURL=useGeneratedValue.d.ts.map