/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* neon-animatable.html
*/
///
///
///
/**
* `` is a simple container element implementing `Polymer.NeonAnimatableBehavior`. This is a convenience element for use with ``.
*
* ```
*
* 1
* 2
*
* ```
*/
interface NeonAnimatableElement extends Polymer.Element, Polymer.NeonAnimatableBehavior, Polymer.IronResizableBehavior {
}
interface HTMLElementTagNameMap {
"neon-animatable": NeonAnimatableElement;
}