import { SvgSprite } from "../../../helpers/animations/sprites"; import { Pixel } from "../../../models/unitConverters"; export declare function gridTileSprite(x: Pixel, y: Pixel, isClassification: boolean | undefined, hasAnimal: boolean, classNames?: string): SvgSprite;