import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCommentsSidebarMinimalActionsDropdownTriggerWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentsSidebarMinimalActionsDropdownTriggerWireframe extends React.FC<IVeltCommentsSidebarMinimalActionsDropdownTriggerWireframeProps> {
}
declare const VeltCommentsSidebarMinimalActionsDropdownTriggerWireframe: IVeltCommentsSidebarMinimalActionsDropdownTriggerWireframe;
export default VeltCommentsSidebarMinimalActionsDropdownTriggerWireframe;
