import type { GameEntity } from '../../types'; export default function Entity({ entity }: { entity: GameEntity; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=entity.d.ts.map