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