import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
import { IVeltCommentDialogPriorityDropdownContentItemIconWireframeProps } from './VeltCommentDialogPriorityDropdownContentItemIconWireframe/VeltCommentDialogPriorityDropdownContentItemIconWireframe';
import { IVeltCommentDialogPriorityDropdownContentItemNameWireframeProps } from './VeltCommentDialogPriorityDropdownContentItemNameWireframe/VeltCommentDialogPriorityDropdownContentItemNameWireframe';
import { IVeltCommentDialogPriorityDropdownContentItemTickWireframeProps } from './VeltCommentDialogPriorityDropdownContentItemTickWireframe/VeltCommentDialogPriorityDropdownContentItemTickWireframe';
export interface IVeltCommentDialogPriorityDropdownContentItemWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentDialogPriorityDropdownContentItemWireframe extends React.FC<IVeltCommentDialogPriorityDropdownContentItemWireframeProps> {
    Icon: React.FC<IVeltCommentDialogPriorityDropdownContentItemIconWireframeProps>;
    Name: React.FC<IVeltCommentDialogPriorityDropdownContentItemNameWireframeProps>;
    Tick: React.FC<IVeltCommentDialogPriorityDropdownContentItemTickWireframeProps>;
}
declare const VeltCommentDialogPriorityDropdownContentItemWireframe: IVeltCommentDialogPriorityDropdownContentItemWireframe;
export default VeltCommentDialogPriorityDropdownContentItemWireframe;
