import { IconCollection } from './types'; /** * 可用的图标集配置 */ export declare const ICON_COLLECTIONS: IconCollection[]; /** * 获取图标集配置 */ export declare function getCollection(prefix: string): IconCollection | undefined; /** * 获取所有图标集前缀 */ export declare function getAllPrefixes(): string[];