import { default as fileComponent } from './src/File.vue'; import { fileCollectAttr } from './common'; declare const fileInfoConfig: { name: string; icon: string; vip: boolean; summary: { title: string; brief: string; image: string; }; }; export { fileCollectAttr, fileInfoConfig, fileComponent };