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