import type { PropsWithChildren, ReactElement } from 'react' export interface ParallaxScrollViewProps extends PropsWithChildren { headerImage: ReactElement }