import React from 'react'; export declare function NativeScrollArea({ children }: { children: any; }): React.JSX.Element;