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