import React from 'react'; import { GenericComponentType } from '../../types'; export type IKeyboardAvoidingViewComponentType = GenericComponentType; export declare const KeyboardAvoidingView: IKeyboardAvoidingViewComponentType, unknown, import("react-native").KeyboardAvoidingViewProps, "KeyboardAvoidingView">>>;