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