import { ReactElement } from 'react'; import { SingleValueProps } from '../components/SingleValue'; import { GroupBase } from '../types'; export declare type SingleValueComponent = >(props: SingleValueProps) => ReactElement; declare const AnimatedSingleValue: (WrappedComponent: SingleValueComponent) => >(props: SingleValueProps) => JSX.Element; export default AnimatedSingleValue;