import { ForwardRefExoticComponent } from 'rax';
import { ScrollViewProps } from '../types';
export default function wrapDefaultProperties(ScrollView: ForwardRefExoticComponent<ScrollViewProps>): ForwardRefExoticComponent<ScrollViewProps>;
