import type { TEditorShape, IDataConfig } from "./types";
export declare const defaultEditorShape: TEditorShape[];
export declare function normalizeEditor(state: Partial<IDataConfig>): any[];
