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