import { MonoTypeOperatorFunction } from 'rxjs';
export default function stats(elementSelector?: (e: any) => any): MonoTypeOperatorFunction<any>;
