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").RsRefForwardingComponent<"div", ComponentProps>;
export default TagGroup;
