/**
 * 虚拟键盘 key map
 * 移动设备上模拟输入键,现有 4 行
 */
export declare const LetterKeyMap: {
    key: string;
    title: string;
}[][];
