import { TContainerDecorator } from '../../Global'; import { TKeyboardService, TKeyWatcherFactory, TKeyWatcherRegistry } from '../Models'; export declare function KeyboardService(container: TContainerDecorator, keyWatcherFactory: TKeyWatcherFactory, keyWatcherRegistry: TKeyWatcherRegistry): TKeyboardService;