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