export declare const ACTIONS: {
    SHOW_IMAGE_EDITOR: string;
    HIDE_IMAGE_EDITOR: string;
};
