import React from "react";

//#region src/TopicTag/TopicTagGroup.d.ts
type TopicTagGroupProps = React.HTMLAttributes<HTMLElement>;
declare function TopicTagGroup({
  children,
  className,
  ...rest
}: TopicTagGroupProps): React.JSX.Element;
//#endregion
export { TopicTagGroup, type TopicTagGroupProps };