import { ParallaxBackgroundProps } from './component'; export interface ParallaxBackgroundRendererExtraProps { } export type ParallaxBackgroundRendererProps = ParallaxBackgroundProps & ParallaxBackgroundRendererExtraProps;