import { WillChange } from './types';
export declare function isWillChangeMotionValue(value: any): value is WillChange;
