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