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