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