/** * 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-shared-element-animation-behavior.html */ /// /// declare namespace Polymer { /** * Use `Polymer.NeonSharedElementAnimationBehavior` to implement shared element animations. */ interface NeonSharedElementAnimationBehavior extends Polymer.NeonAnimationBehavior { /** * Cached copy of shared elements. */ sharedElements: object|null|undefined; /** * Finds shared elements based on `config`. */ findSharedElements(config: any): any; } const NeonSharedElementAnimationBehavior: object; }