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