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