import * as t from '@babel/types'; /** * 生成模板中的属性片段 * * @export * @param {string} componentType * @param {string} dataPath * @param {(Array)} attributes * @returns */ export declare function createAttributesTemplate(componentType: string, dataPath: string, attributes: Array): string;