import React from 'react';
import { type BoxProps } from '../Box/Box';
interface SpinnerIconWithBackgroundProps {
    size?: BoxProps['width'];
    color?: BoxProps['borderColor'];
}
export declare const SpinnerIconWithBackground: ({ size, color, }: SpinnerIconWithBackgroundProps) => React.JSX.Element;
export {};
