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