import type { ForwardRefExoticComponent } from 'react'; import type { ScrollViewProps } from './types'; export default function wrapDefaultProperties(ScrollView: ForwardRefExoticComponent): ForwardRefExoticComponent;