export declare abstract class DynamicFormRuntimeConfig { /** * 服务地址 * */ abstract serviceUrl: string; }