import { KeyConfig, NumberKeyboardProps } from './PropsType'; export declare const genDefaultKeys: (props: NumberKeyboardProps) => KeyConfig[]; export declare const genCustomKeys: (props: NumberKeyboardProps) => KeyConfig[];