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<ComponentProps>, never> & Record<string, never>;
export default TagGroup;
