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