import { TKeyWatcher, TKeyWatcherParams } from '../Models'; export declare function KeyPressWatcher({ container, tags }: TKeyWatcherParams): TKeyWatcher;