/**
 * selectKeyboardOption
 */
export default function selectKeyboardOption(selected?: string): Promise<string>;
