import { LitElement } from 'lit'; import { ButtonGroupStyle } from './ButtonGroupStyle'; export declare class CometChatButtonGroup extends LitElement { data: any[]; buttonGroupStyle: ButtonGroupStyle; btnStyle: any; activeButtonId: string; static styles: import("lit").CSSResult[]; dispatchClickEvent: any; getButtonStyle: (id: string) => { buttonTextFont: string | undefined; buttonTextColor: string | undefined; buttonIconTint: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; display: string; justifyContent: string; alignItems: string; boxShadow: string | undefined; height: string; width: string; }; listStyle: () => { borderRight: string | undefined; }; connectedCallback(): void; render(): import("lit-html").TemplateResult<1> | null; buttonStyle(): { iconTint?: string | undefined; buttonTextFont?: string | undefined; buttonTextColor?: string | undefined; buttonBorder?: string | undefined; buttonBorderRadius?: string | undefined; buttonBackground?: string | undefined; activeButtonBackground?: string | undefined; activeButtonBorder?: string | undefined; activeButtonBorderRadius?: string | undefined; activeButtonTextFont?: string | undefined; activeButtonBoxShadow?: string | undefined; activeButtonTextColor?: string | undefined; buttonSeparatorColor?: string | undefined; height: string | undefined; width: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-button-group": any; } } interface TagNameMap { 'cometchat-button-group': CometChatButtonGroup; } } //# sourceMappingURL=cometchat-button-group.d.ts.map