namespace MAGES::ComponentLibrary

namespace ComponentLibrary {

// namespaces

namespace MAGES::ComponentLibrary::Editor;
namespace MAGES::ComponentLibrary::Framework;

// typedefs

typedef System.Collections.Generic.Dictionary NamespacePartToLayoutEngineDict;

// interfaces

interface IApplicationQuitter;
interface ICameraLocator;

// classes

class ActionScheduler;
class ApplicationQuitterManager;
class ArrowGuide;
class AxisRotationMonitor;
class CameraLocatorManager;
class ColorTheme;
class InteractionNetworkEvents;
class Label;
class RotatingLabel;
class SerializableObjectReference;
class SpatialElement;
class SpatialLabel;
class SpatialLabelLine;
class SpatialLayoutSubModule;
class SpatialNotificationElement;
class WaitForAnimatorState;
class Whiteboard;
class WhiteboardEraser;
class WhiteboardMarker;

} // namespace ComponentLibrary