export declare enum CNodePropsTypeEnum { SLOT = "SLOT", FUNCTION = "FUNCTION", EXPRESSION = "EXPRESSION", ACTION = "ACTION", EVENT = "EVENT" } export declare enum ExportTypeEnum { DESIGN = "design", SAVE = "save" } export type ExportType = ExportTypeEnum | `${ExportTypeEnum}`; export declare enum SlotRenderType { FUNC = "FUNC", COMP = "COMP" }