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