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