import { Ref } from 'react';
export declare const toggleFullScreen: (elementRef: Ref<HTMLElement>) => void;
