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