/**
 * Strings used by the {@link ChatComposite} directly.
 *
 * This strings are in addition to those used by the components from the component library.
 *
 * @public
 */
export interface ChatCompositeStrings {
    /**
     * Chat list header text
     */
    chatListHeader: string;
}
//# sourceMappingURL=Strings.d.ts.map