export interface ContextType { platformType: 'LowCode' | 'ZeroCode' | 'Design'; isMobile: boolean; } export declare type JSONType = Record; export declare type ProcessFunctionType = (component: JSONType) => JSONType; export declare type ProcessPlatformType = Record;