import LogicFlow from '@logicflow/core'; export declare const StartEventConfig: { width: number; height: number; }; export declare const EndEventConfig: { width: number; height: number; }; export declare const ExclusiveGatewayConfig: { width: number; height: number; }; export declare const ServiceTaskConfig: { width: number; height: number; }; export declare const UserTaskConfig: { width: number; height: number; }; export declare const theme: Partial;