import { MotionValue, Subscriber } from "./"; export declare function useOnChange(value: MotionValue | number | string, callback: Subscriber): void; export declare function useMultiOnChange(values: MotionValue[], handler: () => void): void;