import { FullscreenRequestEvents, FullscreenExitEvents, FullscreenChangeEvents, FullscreenErrorEvents, FullscreenEnabledKeys, FullscreenElementKeys, FullscreenEnabledFunc } from './ng-fullscreen.tokens'; export declare const DEFAULT_FS_FULLSCREEN_REQUEST_EVENTS: ReadonlyArray; export declare const DEFAULT_FS_FULLSCREEN_EXIT_EVENTS: ReadonlyArray; export declare const DEFAULT_FS_FULLSCREEN_ELEMENT_ERROR_EVENTS: ReadonlyArray; export declare const DEFAULT_FS_FULLSCREEN_ELEMENT: ReadonlyArray; export declare const DEFAULT_FS_FULLSCREEN_ENABLED: ReadonlyArray; export declare const DEFAULT_FS_FULLSCREEN_CHANGE_EVENTS: ReadonlyArray; export declare function DEFAULT_FS_FULLSCREEN_ENABLED_FUNC(): FullscreenEnabledFunc; export declare const DEFAULT_FS_FULLSCREEN_IOS_POLL_ENABLED = true; export declare const DEFAULT_FS_FULLSCREEN_IOS_POLL_MS = 60;