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