// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.OSUI.Patterns.AnimatedLabel {
	/**
	 * Defines the interface for OutSystemsUI AnimatedLabel Pattern
	 */
	export interface IAnimatedLabel extends Interface.IPattern, Interface.IRenderUpdate {}
}
