import React from 'react';
export declare const FpsCounter: React.FC<{
    readonly playbackSpeed: number;
}>;
