import { IconDefinition } from "./types.js";
//#region src/icons/consts.d.ts
/**
 * Default icons are fundamental to functioning of certain components.
 * They are added to the icon library in order to avoid loading them from CDN.
 */
declare const defaultIcons: Record<string, IconDefinition>;
//#endregion
export { defaultIcons };

//# sourceMappingURL=consts.d.ts.map