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