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