import React from 'react'; declare const Container: React.FC<{ animationDuration: number; isFinished: boolean; }>; export default Container;