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