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