import React from 'react'; import type IconProps from './prop_types'; export declare function IconMultiExclude({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, size, tight, title }: IconProps): React.JSX.Element;