export declare const ArrayAddition: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                method: string;
                defaultValue: string;
            };
        };
    };
};
export declare const ArrayRemove: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
export declare const ArrayMoveUp: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
export declare const ArrayMoveDown: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
export declare const ArrayIndex: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
export declare const ArraySortHandle: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
