export declare class LegendComponent { position: LegendPosition; constructor(); getLegendPlotly(): {}; } export declare enum LegendPosition { verticalLeftCenter = "verticalLeftCenter", verticalLeftTop = "verticalLeftTop", verticalLeftBottom = "verticalLeftBottom", verticalRightCenter = "verticalRightCenter", verticalRightTop = "verticalRightTop", verticalRightBottom = "verticalRightBottom", horizontalTopCenter = "horizontalTopCenter", horizontalTopLeft = "horizontalTopLeft", horizontalTopRight = "horizontalTopRight", horizontalBottomCenter = "horizontalBottomCenter", horizontalBottomLeft = "horizontalBottomLeft", horizontalBottomRight = "horizontalBottomRight" } export declare const LegendPositionConvertion: Record;