import { LitElement } from 'lit'; import { BpTypeElement } from '@blueprintui/components/internals'; /** * ```typescript * import '@blueprintui/components/include/chat.js'; * ``` * * ```html * * How are you? * Great! * * ``` * * @element bp-chat-group * @since 1.0.0 * @slot - content */ export declare class BpChatGroup extends LitElement implements Pick { static styles: CSSStyleSheet[]; _internals: ElementInternals; render(): import("lit").TemplateResult<1>; connectedCallback(): void; }