import * as React from 'react'; declare const AnimatedSuccess: React.FC<{ styles?: React.CSSProperties; }>; export default AnimatedSuccess;