import React from 'react';
import { IVeltCommentDialogCustomAnnotationDropdownTriggerListItemProps } from './VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltCommentDialogCustomAnnotationDropdownTriggerListProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentDialogCustomAnnotationDropdownTriggerList extends React.FC<IVeltCommentDialogCustomAnnotationDropdownTriggerListProps> {
    Item: React.FC<IVeltCommentDialogCustomAnnotationDropdownTriggerListItemProps>;
}
declare const VeltCommentDialogCustomAnnotationDropdownTriggerList: IVeltCommentDialogCustomAnnotationDropdownTriggerList;
export default VeltCommentDialogCustomAnnotationDropdownTriggerList;
