import type React from 'react';
type TopicTagGroupProps = React.HTMLAttributes<HTMLElement>;
declare function TopicTagGroup({ children, className, ...rest }: TopicTagGroupProps): React.JSX.Element;
export { TopicTagGroup };
export type { TopicTagGroupProps };
//# sourceMappingURL=TopicTagGroup.d.ts.map