import * as React from 'react'; import { ReactElement } from 'react'; import { ValueContainerProps } from '../components/containers'; import { GroupBase } from '../types'; export declare type ValueContainerComponent = >(props: ValueContainerProps) => ReactElement; declare const AnimatedValueContainer: (WrappedComponent: ValueContainerComponent) => >(props: ValueContainerProps) => React.JSX.Element; export default AnimatedValueContainer;