import { type IconManifest } from "./types.js"; export { ZetaIconNameList } from "./outputs/web/icon-types.js"; declare const convertedIconManifest: IconManifest; export { convertedIconManifest as iconManifest }; export type { ZetaIconName } from "./outputs/web/icon-types.js"; export type * from "./types.js"; export declare const version = "1.9.5"; //# sourceMappingURL=index.d.ts.map