import * as React from "react"; import { LegendItemProps } from "./Legend"; export declare enum LabelPosition { Start = "start", End = "end" } export declare class LegendItem extends React.PureComponent { static defaultProps: Partial; render(): JSX.Element; }