import { LayoutPluginConfig } from 'react-page-nm-core/lib/service/plugin/classes'; import { ParallaxBackgroundSettings } from './types/settings'; import { ParallaxBackgroundState } from './types/state'; declare const createPlugin: (settings: ParallaxBackgroundSettings) => LayoutPluginConfig; export default createPlugin; //# sourceMappingURL=createPlugin.d.ts.map