/// import { CustomizeKey } from '../redux/actions/minta-videos.action'; export declare const EditorContext: any; export declare enum EditType { TEXT = "text", PRODUCTS = "products", MUSIC = "music", COLORS = "colors", FONTS = "fonts", SCENES = "scenes", TEMPLATES = "templates", SIGNATURE = "signature", FORMATTING = "formatting" } export declare enum EditValueType { ID = "id", VALUE = "value" } export declare enum EditPropType { IDS = "ids", VALUES = "values" } export declare enum EditDataType { ID = "id", VALUES = "values", TEMPLATE_ID = "templateId", FORMAT = "format" } export declare enum ConfirmationPopupType { CHANGE_DESIGN = "change-design", BEFORE_CLOSE = "before-close", VALIDATION_ERROR = "validation-error", MOVE_TO_SCENE = "move-to-scene" } export declare const useScenes: () => any; export declare const useRelevantComment: (mintaVideo: any) => any; export declare const useCustomizeVideoPerSceneByKey: (mintaVideo: any, keyToExtract: CustomizeKey) => any; export declare const EditorContextProvider: ({ children }: any) => JSX.Element;