import React from 'react'; import { KeyboardAvoidingView } from 'react-native'; import type { KeyboardAwareLayoutProps } from './types'; export declare const KeyboardAwareLayout: React.ForwardRefExoticComponent>;