import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltCommentsSidebarListItemGroupNameProps extends IVeltWireframeCommonProps {
}
declare const VeltCommentsSidebarListItemGroupName: React.FC<IVeltCommentsSidebarListItemGroupNameProps>;
export default VeltCommentsSidebarListItemGroupName;
