export default class TextInputKeyboardManager {
    static reset: () => any;
    static dismissKeyboard: () => Promise<void>;
}
