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