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