import { WidgetNamespace } from './types';
export declare const EntryEditorWidgetTypes: {
    DEFAULT_EDITOR: {
        name: string;
        id: string;
        icon: string;
    };
    REFERENCE_TREE: {
        name: string;
        id: string;
        icon: string;
    };
    TAGS_EDITOR: {
        name: string;
        id: string;
        icon: string;
    };
};
export declare const EntryConfiguration: {
    widgetId: string;
    widgetNamespace: WidgetNamespace;
    name: string;
}[];
