/** * 样式相关的属性面板,因为预计会比较多所以拆出来 */ export declare const styleTpl: { name: string; type: string; label: string; noBorder: boolean; multiLine: boolean; items: { type: string; title: string; body: any[]; }[]; };