import { BoxProps } from '../Box'; export interface RotatingIconProps { sx?: BoxProps['sx']; } export declare const RotatingIcon: ({ sx }: RotatingIconProps) => JSX.Element;