import * as React from 'react'; export declare const EnterFullScreenButton: React.FC<{ enableShortcuts: boolean; onClick(): void; }>;