/** 文件列表组件默认图标 */ export declare const icons: ({ icon: string; type: string; types?: undefined; } | { icon: string; types: string[]; type?: undefined; })[]; export declare const smIcons: ({ icon: string; type: string; types?: undefined; } | { icon: string; types: string[]; type?: undefined; })[];