import 'react';
declare const KeyboardTrackingView: {
    (): null;
    scrollBehaviors: {};
};
export default KeyboardTrackingView;
