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