import * as React from "react";
export default class FluidLegend extends React.PureComponent<any, any> {
    static defaultProps: any;
    constructor(props: any);
    toggleShowAll(): void;
    renderSeries(itemWidth: any, visibleItemsCount: any): JSX.Element;
    renderPaging(): JSX.Element;
    render(): JSX.Element;
}
