import { BackgroundSettings } from './types/settings';
import { BackgroundState } from './types/state';
import { CellPlugin } from '@react-page/editor';
declare const createCell: (settings: BackgroundSettings) => CellPlugin<BackgroundState>;
export default createCell;
