import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframe extends React.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframeProps> {
    MarkAllRead: React.FC<IVeltWireframeCommonProps>;
    MarkAllResolved: React.FC<IVeltWireframeCommonProps>;
}
declare const VeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframe: IVeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframe;
export default VeltMultiThreadCommentDialogMinimalActionsDropdownContentWireframe;
