import Handlebars from "handlebars"; import { Tile } from "../../types"; export declare function getIcons(tile: Tile, widgetId: string): string; export declare function loadIconsHelper(hbs: typeof Handlebars, widgetId: string): void; //# sourceMappingURL=load-icons.helper.d.ts.map