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