import { ComponentProps } from '../internals/utils'; export type TagGroupProps = ComponentProps; /** * The `TagGroup` component for use with the `Tag` component. * * @see https://rsuitejs.com/components/tag/ */ declare const TagGroup: import("../internals/types").InternalRefForwardingComponent<"div", Partial, never> & Record; export default TagGroup;