import type { HTMLProps } from 'react';
import type React from 'react';
interface Props extends HTMLProps<HTMLDivElement> {
    show?: boolean;
}
declare const ValidationAnimationContainer: React.FC<React.PropsWithChildren<Props>>;
export default ValidationAnimationContainer;
//# sourceMappingURL=ValidationAnimationContainer.d.ts.map