export = LedringAnimationSystem; /** * This class contains a system animation that can be played on Homey's LED Ring. * @extends LedringAnimation */ declare class LedringAnimationSystem extends LedringAnimation { } import LedringAnimation = require("./LedringAnimation.js");