import { IPositionWrapper, IUseUppercaseWrapper, IModeWrapper } from '../../definitions.interface'; import { KeyboardLayoutT } from '../../definition'; /** * @stable [08.05.2018] */ export declare const KEYBOARD_QWERTY_LAYOUT: KeyboardLayoutT; /** * @stable [08.05.2018] */ export declare const KEYBOARD_QWERTY_DIGITAL_LAYOUT: KeyboardLayoutT; /** * @stable [19.02.2019] */ export declare const INLINE_KEYBOARD_NUMERIC_LAYOUT: KeyboardLayoutT; /** * @stable [19.02.2019] */ export declare const KEYBOARD_NUMERIC_LAYOUT: KeyboardLayoutT; /** * @stable [08.05.2018] */ export interface IKeyboardState extends IPositionWrapper, IModeWrapper, IUseUppercaseWrapper { }