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