import { Lookup } from '@react-spring/types';
declare type Instance = HTMLDivElement & {
    style?: Lookup;
};
export declare function applyAnimatedValues(instance: Instance, props: Lookup): false | undefined;
export {};
