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