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