import * as React from "react"; export default class LegendItem extends React.Component { static defaultProps: any; render(): JSX.Element; }