import { TagGroupProps } from './TagGroup.types'; export type { TagGroupProps } from './TagGroup.types'; /** * TagGroup lays out tags/chips in a horizontal flex container with gap. */ export declare function TagGroup({ children, className, style, id, 'data-testid': dataTestId, role, }: TagGroupProps): import("react/jsx-runtime").JSX.Element; export declare namespace TagGroup { var displayName: string; } //# sourceMappingURL=index.d.ts.map