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