/// import { SxProps, Theme } from '@mui/material'; type AnimatedSpinnerIconProps = { width?: string; height?: string; sx?: SxProps; }; declare const AnimatedSpinnerIcon: ({ width, height, sx }?: AnimatedSpinnerIconProps) => import("react").JSX.Element; export default AnimatedSpinnerIcon;