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