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