import { PrimitiveProps } from '@seed-design/react-primitive'; import { TagGroupVariantProps } from '@seed-design/css/recipes/tag-group'; import { TagGroupItemVariantProps } from '@seed-design/css/recipes/tag-group-item'; import { StyleProps } from '../../utils/styled'; import { ForwardRefExoticComponent, RefAttributes } from 'react'; export interface TagGroupRootProps extends TagGroupVariantProps, TagGroupItemVariantProps, PrimitiveProps, React.HTMLAttributes { separator?: React.ReactNode; } export declare const TagGroupRoot: ForwardRefExoticComponent>; export interface TagGroupItemProps extends TagGroupItemVariantProps, Pick, PrimitiveProps, React.HTMLAttributes { } export declare const TagGroupItem: ForwardRefExoticComponent>; export interface TagGroupItemLabelProps extends PrimitiveProps, React.HTMLAttributes { } export declare const TagGroupItemLabel: ForwardRefExoticComponent>; //# sourceMappingURL=TagGroup.d.ts.map