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