import { EntityConfig } from '@types';
export declare function processEditorEntities(entities: (any | string)[]): EntityConfig[];
