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