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