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

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