export declare function AnimatedWrapper({ animatableProperties, duration, children, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace AnimatedWrapper {
    var defaultProps: {
        animatableProperties: {};
        duration: number;
    };
}
//# sourceMappingURL=AnimatedWrapper.d.ts.map