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