export declare enum AvatarImageDataAttributes {
  /**
   * Present when the image is animating in.
   */
  startingStyle = "data-starting-style",
  /**
   * Present when the image is animating out.
   */
  endingStyle = "data-ending-style",
}