export interface showPlainInputUponKeyboardProps {
    placeholder?: string;
    text?: string;
}
declare function showPlainInputUponKeyboard(args: showPlainInputUponKeyboardProps): Promise<{
    text: string;
}>;
declare namespace showPlainInputUponKeyboard {
    var version: {
        android: string;
        ios: string;
    };
}
export default showPlainInputUponKeyboard;
