import { ParallaxBackgroundProps } from './component'; export interface ParallaxBackgroundRendererExtraProps { } export declare type ParallaxBackgroundRendererProps = ParallaxBackgroundProps & ParallaxBackgroundRendererExtraProps; //# sourceMappingURL=renderer.d.ts.map