import React from 'react' import GradientBackgroundHeaderFlatList, { GradientBackgroundHeaderFlatListPropsBase, } from './GradientBackgroundHeaderFlatList' import GradientImageBackground, { GradientImageBackgroundProps } from './GradientImageBackground' export type GradientImageFlatListProps = GradientBackgroundHeaderFlatListPropsBase & { backgroundProps?: GradientImageBackgroundProps } function GradientImageFlatList(props: GradientImageFlatListProps) { return } export default GradientImageFlatList