import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
import { IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe } from './VeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe/VeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe';
import { IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllResolvedWireframe } from './VeltCommentsSidebarMinimalActionsDropdownContentMarkAllResolvedWireframe/VeltCommentsSidebarMinimalActionsDropdownContentMarkAllResolvedWireframe';
export interface IVeltCommentsSidebarMinimalActionsDropdownContentWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentsSidebarMinimalActionsDropdownContentWireframe extends React.FC<IVeltCommentsSidebarMinimalActionsDropdownContentWireframeProps> {
    MarkAllRead: IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe;
    MarkAllResolved: IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllResolvedWireframe;
}
declare const VeltCommentsSidebarMinimalActionsDropdownContentWireframe: IVeltCommentsSidebarMinimalActionsDropdownContentWireframe;
export default VeltCommentsSidebarMinimalActionsDropdownContentWireframe;
