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