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