import "./kora-icon.js"; export { KoraIcon } from "./kora-icon.js"; export { iconSVG, renderKoraIcon } from "./render.js"; export { registerKoraIcons, getKoraIcon, hasKoraIcon, koraIconNames, } from "./registry.js"; export type { IconNode, IconChild, IconAttrs } from "./registry.js"; //# sourceMappingURL=index.d.ts.map