export declare enum LegendPlacement { None = "None", Right = "Right", Bottom = "Bottom" } export interface ILegendPlacementOption { id: LegendPlacement; label: string; }