import { ReactElement } from 'react'; import { PlaceholderProps } from '../components/Placeholder'; import { GroupBase } from '../types'; export declare type PlaceholderComponent = >(props: PlaceholderProps) => ReactElement; declare const AnimatedPlaceholder: (WrappedComponent: PlaceholderComponent) => >(props: PlaceholderProps) => JSX.Element; export default AnimatedPlaceholder;