import { LayoutPluginProps } from '@react-page/core/lib/service/plugin/classes'; import { ParallaxBackgroundState } from './state'; import { ParallaxBackgroundSettings } from './settings'; export declare type ParallaxBackgroundProps = LayoutPluginProps & ParallaxBackgroundSettings; //# sourceMappingURL=component.d.ts.map