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