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