import React from 'react'; import { IVeltWireframeCommonProps } from '../../constants'; import { IVeltCommentDialogStatusDropdownTriggerArrowWireframeProps } from './VeltCommentDialogStatusDropdownTriggerArrowWireframe/VeltCommentDialogStatusDropdownTriggerArrowWireframe'; import { IVeltCommentDialogStatusDropdownTriggerIconWireframeProps } from './VeltCommentDialogStatusDropdownTriggerIconWireframe/VeltCommentDialogStatusDropdownTriggerIconWireframe'; import { IVeltCommentDialogStatusDropdownTriggerNameWireframeProps } from './VeltCommentDialogStatusDropdownTriggerNameWireframe/VeltCommentDialogStatusDropdownTriggerNameWireframe'; export interface IVeltCommentDialogStatusDropdownTriggerWireframeProps extends IVeltWireframeCommonProps { } export interface IVeltCommentDialogStatusDropdownTriggerWireframe extends React.FC { Arrow: React.FC; Name: React.FC; Icon: React.FC; } declare const VeltCommentDialogStatusDropdownTriggerWireframe: IVeltCommentDialogStatusDropdownTriggerWireframe; export default VeltCommentDialogStatusDropdownTriggerWireframe;