import { ViewTemplate } from '@ni/fast-element';
import { type FoundationElementTemplate } from '@ni/fast-foundation';
import type { ChatMessageSystem } from '.';
export declare const template: FoundationElementTemplate<ViewTemplate<ChatMessageSystem>>;