import { ParallaxBackgroundProps } from './component'; import { ParallaxBackgroundApi } from './api'; import { ParallaxBackgroundRendererExtraProps } from './renderer'; export type ParallaxBackgroundControlsProps = ParallaxBackgroundProps & ParallaxBackgroundApi & ParallaxBackgroundRendererExtraProps;