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