/// <reference types="react" />
export declare const ParallaxScrollScene: ({ children, speed, ...props }: any) => JSX.Element;
