import { LayerProps } from '../Layer/types'; export interface ScrollViewProps extends LayerProps { horizontal?: boolean; showsHorizontalScrollIndicator?: boolean; }