import { ChangeTypes } from "../types.js"; import { SVGSpriteNames } from "../sprite.js"; //#region src/utils/getIconForType.d.ts declare function getIconForType(type: ChangeTypes | 'file'): Extract; //#endregion export { getIconForType }; //# sourceMappingURL=getIconForType.d.ts.map