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