import type { ITextFormattableProps } from '../../../Behaviors/TextFormattable'; /** * Represents the `IChatHeaderElementProps` interface. * * @public */ export interface IChatHeaderElementProps extends ITextFormattableProps { title: string; subTitle: string; } //# sourceMappingURL=IChatHeaderElementProps.d.ts.map