import type { BackgroundSettings } from './types/settings'; import type { BackgroundState } from './types/state'; import type { CellPlugin } from '@react-page/editor'; declare const createPlugin: (settings: BackgroundSettings) => CellPlugin; export default createPlugin; //# sourceMappingURL=createPlugin.d.ts.map