import React from 'react';
import { IVeltWireframeCommonProps } from '../../constants';
import { IVeltCommentDialogPriorityDropdownTriggerArrowWireframeProps } from './VeltCommentDialogPriorityDropdownTriggerArrowWireframe/VeltCommentDialogPriorityDropdownTriggerArrowWireframe';
import { IVeltCommentDialogPriorityDropdownTriggerIconWireframeProps } from './VeltCommentDialogPriorityDropdownTriggerIconWireframe/VeltCommentDialogPriorityDropdownTriggerIconWireframe';
import { IVeltCommentDialogPriorityDropdownTriggerNameWireframeProps } from './VeltCommentDialogPriorityDropdownTriggerNameWireframe/VeltCommentDialogPriorityDropdownTriggerNameWireframe';
export interface IVeltCommentDialogPriorityDropdownTriggerWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentDialogPriorityDropdownTriggerWireframe extends React.FC<IVeltCommentDialogPriorityDropdownTriggerWireframeProps> {
    Arrow: React.FC<IVeltCommentDialogPriorityDropdownTriggerArrowWireframeProps>;
    Name: React.FC<IVeltCommentDialogPriorityDropdownTriggerNameWireframeProps>;
    Icon: React.FC<IVeltCommentDialogPriorityDropdownTriggerIconWireframeProps>;
}
declare const VeltCommentDialogPriorityDropdownTriggerWireframe: IVeltCommentDialogPriorityDropdownTriggerWireframe;
export default VeltCommentDialogPriorityDropdownTriggerWireframe;
