import { type TemplateResult } from '../../../../Dom/Html'; import type { TileManagerElement } from './TileManagerElement'; /** * Renders the template for the TileManagerElement. * * @param host - The tile manager element host. * @returns The template result. * * @public */ export declare function tileManagerElementTemplate(host: TileManagerElement): TemplateResult; //# sourceMappingURL=TileManagerElementTemplate.d.ts.map