import { type FloorPlanIcon } from '../types';
export declare function loadIcons(icons: Map<FloorPlanIcon, HTMLImageElement>): Promise<void>;
//# sourceMappingURL=loadIcons.d.ts.map