import type { FocusedInputEventsModule, KeyboardBackgroundViewProps, KeyboardControllerNativeModule, KeyboardControllerProps, KeyboardEventsModule, KeyboardExtenderProps, KeyboardGestureAreaProps, KeyboardToolbarGroupViewProps, OverKeyboardViewProps, WindowDimensionsEventsModule } from "./types"; export declare const KeyboardControllerNative: KeyboardControllerNativeModule; export declare const KeyboardEvents: KeyboardEventsModule; /** * This API is not documented, it's for internal usage only (for now), and is a subject to potential breaking changes in future. * Use it with cautious. */ export declare const FocusedInputEvents: FocusedInputEventsModule; export declare const WindowDimensionsEvents: WindowDimensionsEventsModule; export declare const KeyboardControllerView: React.FC; export declare const KeyboardControllerViewCommands: any; export declare const KeyboardGestureArea: React.FC; export declare const RCTOverKeyboardView: React.FC; export declare const KeyboardBackgroundView: React.FC; export declare const RCTKeyboardExtender: React.FC; export declare const ClippingScrollView: React.FC; export declare const RCTKeyboardToolbarGroupView: React.FC;