export declare const CONTAINER_CLASS = "l7plot-legend l7plot-legend__category";
export declare const TITLE_CLASS = "l7plot-legend__title";
export declare const LIST_CLASS = "l7plot-legend__category-list";
export declare const LIST_ITEM_CLASS = "l7plot-legend__list-item";
export declare const MARKER_CLASS = "l7plot-legend__category-marker";
export declare const VALUE_CLASS = "l7plot-legend__category-value";
export declare const CONTAINER_TPL: string;
export declare const ITEM_TPL: string;
