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