import { TopicTag as TopicTagImpl } from './TopicTag';
import type { TopicTagProps } from './TopicTag';
import { TopicTagGroup } from './TopicTagGroup';
import type { TopicTagGroupProps } from './TopicTagGroup';
declare const TopicTag: typeof TopicTagImpl & {
    Group: typeof TopicTagGroup;
};
export { TopicTag };
export type { TopicTagProps, TopicTagGroupProps };
//# sourceMappingURL=index.d.ts.map