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