import type * as React from 'react'; type CommentGroupProps = React.ComponentProps<'ul'>; declare function CommentGroup({ className, children, ...props }: CommentGroupProps): React.JSX.Element; export type { CommentGroupProps }; export { CommentGroup }; //# sourceMappingURL=index.d.ts.map