/// <reference types="react" />
import { KeyboardTrackingViewProps } from './KeyboardTrackingView';
import KeyboardAccessoryView, { KeyboardAccessoryViewProps } from './KeyboardAccessoryView';
import KeyboardRegistry from './KeyboardAccessoryView/KeyboardRegistry';
import KeyboardUtils from './KeyboardAccessoryView/KeyboardUtils';
export { KeyboardTrackingViewProps, KeyboardAccessoryViewProps };
declare const _default: {
    KeyboardTrackingView: import("react").ForwardRefExoticComponent<Omit<KeyboardTrackingViewProps, "ref"> & import("react").RefAttributes<unknown>> & {
        scrollBehaviors: {
            NONE: any;
            SCROLL_TO_BOTTOM_INVERTED_ONLY: any;
            FIXED_OFFSET: any;
        };
    };
    KeyboardAwareInsetsView: {
        (props: import("react-native/types").ViewProps & {
            trackInteractive?: boolean | undefined;
            revealKeyboardInteractive?: boolean | undefined;
            manageScrollView?: boolean | undefined;
            requiresSameParentToManageScrollView?: boolean | undefined;
            allowHitsOutsideBounds?: boolean | undefined;
            scrollToFocusedInput?: boolean | undefined;
            scrollBehavior?: number | undefined;
            addBottomView?: boolean | undefined;
            bottomViewColor?: string | undefined;
            useSafeArea?: boolean | undefined;
            usesBottomTabs?: boolean | undefined;
            ref?: any;
            style?: import("react-native/types").StyleProp<import("react-native/types").ViewStyle>;
            children?: import("react").ReactChild | import("react").ReactChild[] | undefined;
        } & {
            offset?: number | undefined;
        }): import("react").JSX.Element;
        displayName: string;
    };
    KeyboardAccessoryView: typeof KeyboardAccessoryView;
    KeyboardRegistry: typeof KeyboardRegistry;
    KeyboardUtils: typeof KeyboardUtils;
};
export default _default;
