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