// hiprint 打印库类型声明 // 实际实现见同目录 hiprint.bundle.js(624KB 第三方打包文件),已在 tsconfig exclude, // 避免解析超大文件导致 Volar/TSServer 崩溃;此处仅提供最小声明供命名导入使用。 export declare const hiprint: any; export declare const defaultElementTypeProvider: new () => any;