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