import { View } from "../UI/View"; export declare class FullScreen { private static requestAnimationFrame; private static cancelAnimationFrame; static open(view: View): Promise; static close(): Promise; }