import React from 'react'; import type { KeyboardAvoidingViewProps } from '../../../../types/keyboard-avoiding-view'; /*** Native keyboard-aware container exposed through the canonical ZORA feature boundary. */ export declare const KeyboardAvoidingView: (props: KeyboardAvoidingViewProps) => React.ReactElement | null; //# sourceMappingURL=KeyboardAvoidingView.d.ts.map