import type { KioskModePlugin } from './definitions'; declare const KioskMode: KioskModePlugin; export * from './definitions'; export { KioskMode };