import * as React from 'react'; import { BaseAnimation } from '../index'; import * as animationData from './data.json'; const CompilerAnimation: React.StatelessComponent<{}> = () => ( ); export { CompilerAnimation };