export default StatisticsWidget;
declare class StatisticsWidget extends React.PureComponent<any, any, any> {
    static displayName: string;
    static defaultProps: {
        size: string;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    _renderStat: (stat: any, key: any) => React.JSX.Element;
    render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=StatisticsWidget.d.ts.map