import { CommentGroup, CommentGroupProps } from './Group'; import { CommentItem, CommentItemProps } from './Item'; declare const Comment: typeof CommentItem & { Group: typeof CommentGroup; }; export type { CommentGroupProps, CommentItemProps }; export { Comment }; //# sourceMappingURL=index.d.ts.map