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