import { HotKey } from '../types'; declare const fullscreenHotKey: (hotKey?: string | string[]) => HotKey; export default fullscreenHotKey;