export declare const StreamStats: ({ title }: {
    readonly title?: string | undefined;
}) => JSX.Element;
