import type { NativePlugin } from "../../types";
import type { FullscreenInstance } from "./types";
export * from "./types";
declare const NativeFullscreenPlugin: NativePlugin<'Fullscreen', FullscreenInstance, {}, {}>;
export default NativeFullscreenPlugin;