import React from 'react';
export declare const StreamStats: ({ title }: {
    readonly title?: string;
}) => React.JSX.Element;
