import { AnimatedObject } from '@react-spring/animated';
declare type Style = object & {
    transform?: any;
};
export declare class AnimatedStyle extends AnimatedObject {
    constructor(style: Style);
    setValue(style: Style): void;
}
export {};
