export declare const ItemTypes: {
    readonly COMPONENT: "component";
    readonly EDIT_FIELD: "editField";
    readonly FIELD: "field";
    readonly DYNAMIC_ZONE: "dynamicZone";
    readonly RELATION: "relation";
    readonly BLOCKS: "blocks";
};
