import React from 'react';
export interface IVeltCommentDialogDeviceTypeIconsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
    deviceType?: string;
}
declare const VeltCommentDialogDeviceTypeIcons: React.FC<IVeltCommentDialogDeviceTypeIconsProps>;
export default VeltCommentDialogDeviceTypeIcons;
