// Component export.
export { default as ScrollView, ScrollViewComponent } from './ScrollView';

// Type export.
export type { Props as ScrollViewProps } from './ScrollView.types';
