import { type TemplateResult } from '../../../../Dom/Html'; import type { RatingElement } from './RatingElement'; /** * The template of the `RatingElement`. * * @public */ export declare function ratingElementTemplate(e: T): TemplateResult; //# sourceMappingURL=RatingElementTemplate.d.ts.map