import * as i0 from '@angular/core';
/**
* @description
* Container component for organizing multiple chip elements with consistent spacing and layout.
* Provides visual grouping for related chips such as tags, filters, or selected items.
* Content is projected via ng-content expecting eui-chip children.
* Automatically applies appropriate spacing and wrapping behavior for chip collections.
* Typically used for displaying sets of tags, categories, or multi-select values.
*
* @usageNotes
* ```html
*
* Label
* SubLabel
*
* ```
*/
declare class EuiChipGroupComponent {
/**
* Returns the CSS classes for the component.
* This binds the 'eui-chip-group' class to the host element.
*
* @returns {string} The CSS class name
*/
get cssClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}
declare const EUI_CHIP_GROUP: readonly [typeof EuiChipGroupComponent];
export { EUI_CHIP_GROUP, EuiChipGroupComponent };
//# sourceMappingURL=eui-components-eui-chip-group.d.ts.map