import BaseAnimation from './base';
declare const Plane: BaseAnimation;
export default Plane;
