import { PbEditorGridPresetPluginType } from "../../../types"; export declare const calculatePresetCells: (cellsType: string) => number[]; export declare const calculatePresetPluginCells: (plugin: PbEditorGridPresetPluginType) => number[]; export declare const getDefaultPresetCellsTypePluginType: () => string; export declare const getDefaultPresetPluginCells: (cellsType?: string) => number[]; export declare const getDefaultPresetPlugin: () => PbEditorGridPresetPluginType; export declare const getPresetPlugins: () => PbEditorGridPresetPluginType[]; export declare const gridPresets: PbEditorGridPresetPluginType[];