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