/** * 退出全屏 * @throws 浏览器不支持全屏操作 * @category 浏览器Dom * @example * ```ts * exitFullscreen() * ``` */ export default function exitFullscreen(): void;