import { ParallaxBackgroundRendererProps } from './renderer'; import { ParallaxBackgroundControlsProps } from './controls'; import { ContentPluginConfig } from 'react-page-nm-core/lib/service/plugin/classes'; export declare type ParallaxBackgroundSettings = { Renderer: React.ComponentType; Controls: React.ComponentType; defaultPlugin: ContentPluginConfig; getInitialChildren?: () => any; }; //# sourceMappingURL=settings.d.ts.map