import type { ViewStyle } from 'react-native'; export interface ColumnSeparatorProps { style?: ViewStyle; }