import { IconDefinition, IconDetails, VuiIcon, VuiIcons } from "./types.js";
import { icons_d_exports } from "./baseIcons/icons.js";
import cache from "./cache.js";
import { defaultIcons } from "./consts.js";
export { type IconDefinition, type IconDetails, type VuiIcon, type VuiIcons, icons_d_exports as baseIcons, defaultIcons, cache as iconsCache };
