import React from 'react'; import Npc from '../utils/npc'; type BuildingIconProps = { npcId: Npc.Id; } & Omit, 'viewBox'>; export declare function BuildingIcon({ npcId, ...restProps }: BuildingIconProps): JSX.Element | null; export {};