import { ParallaxBackgroundProps } from './component'; import { ParallaxBackgroundApi } from './api'; import { ParallaxBackgroundRendererExtraProps } from './renderer'; export declare type ParallaxBackgroundControlsProps = ParallaxBackgroundProps & ParallaxBackgroundApi & ParallaxBackgroundRendererExtraProps; //# sourceMappingURL=controls.d.ts.map