/** * Enumeration constants to define the type of {@link LayoutManager | LayoutManager} */ export declare enum ELayoutManagerType { Default = "Default", CentralAxes = "CentralAxes", Synchronised = "Synchronised", Polar = "Polar" }